What feature would you like?
when local filesystem storage is used (for example, configured using WALG_FILE_PREFIX statement), folders are created for new backup, but empty folders are not deleted when backup is deleted (you do not need that for S3 storage)
for example the following command deletes files, but keep empty folders
wal-g delete retain FULL 3 --confirm
we need to delete empty folders as well
also please make sure that "go lint" and "go fmt" checks are passed
Why is this feature useful?
No response
What feature would you like?
when local filesystem storage is used (for example, configured using WALG_FILE_PREFIX statement), folders are created for new backup, but empty folders are not deleted when backup is deleted (you do not need that for S3 storage)
for example the following command deletes files, but keep empty folders
wal-g delete retain FULL 3 --confirm
we need to delete empty folders as well
also please make sure that "go lint" and "go fmt" checks are passed
Why is this feature useful?
No response