0
Backup postgres database and send to S3 with rotation

This script uses pg_dumpall to dump your database into a single .sql file, gzip it and send to a S3 bucket. It also performs backup rotation to keep at least n latest versions of your choice.

Created by hahuylonghai2012722 116 days ago Viewed 2 times