Back to Changelog
v4.5.142
Remote backup delete dialog is provider-aware; restore upload enforces .tar.zst.
Improvement
1- Remote backup destination delete confirmation dialog is now provider-aware: S3, S3-compatible, and GCS targets show a bucket-cleanup prompt; SFTP, FTP, and Google Drive skip it.
Bug Fixes
3- Force-delete fallback dialog is shown when the remote is unreachable, allowing users to remove the local record even if the remote cleanup fails.
- Restore page upload form now only accepts .tar.zst files, matching the backend expectation and eliminating a 60-second upload-then-fail bug.
- deleteDestination service function updated with force parameter to align with the new backend API signature.