dokku-redis
dokku-redis copied to clipboard
Set object key name for S3 backup
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.
This would be useful for me too since I want the backup under a separate directory (eg: /postgres-backups/{name}.gz.
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