Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Backup Storage Error in Uploader (#550)
At uploader.go -> `Upload()` method in `remoteUploader`: This commit creates the parent directory for `storageFilePath` within the backup_storage directory before moving it. This ensures that the necessary directory structure exists, preventing backup failures that occur when the parent directory of `storageFilePath` is missing.
- Loading branch information