dokku-redis icon indicating copy to clipboard operation
dokku-redis copied to clipboard

Set object key name for S3 backup

Open eeemarv opened this issue 2 years ago • 2 comments

Hi, I'm really happy with the (auto-)backup feature to S3. I"d like to suggest an option that you can set a fixed "object key name" (instead of an object key name with time stamp in it.) Then you can the S3 bucket let handle the versioning, lifecycle and backup rotation.

eeemarv avatar Mar 16 '23 22:03 eeemarv

This would be useful for me too since I want the backup under a separate directory (eg: /postgres-backups/{name}.gz.

IgnisDa avatar Sep 22 '23 07:09 IgnisDa

This would be useful for me too since I want the backup under a separate directory (eg: /postgres-backups/{name}.gz.

This is possible but undocumented:

dokku postgres:backup db my-backups/db --use-iam

akvadrako avatar Nov 15 '23 14:11 akvadrako