eeshugerman / postgres-backup-s3

A handy Docker container to periodically backup PostgreSQL to S3
MIT License
485 stars 167 forks source link

Add BACKUP_KEEP_* options #13

Closed fredericoschardong closed 2 years ago

fredericoschardong commented 2 years ago

This postgres backup image is also based on schickling but stores the backup locally. Nonetheless, a few interesting options are added to improve backup management. They are:

Is this something you could replicate?

eeshugerman commented 2 years ago

We have BACKUP_KEEP_DAYS now, thanks @fulminant! I'm gonna go ahead and close this as I'd rather not complicate things with the extra options. Feel free to reopen @fredericoschardong if you strongly object.