kartoza / docker-pg-backup

A cron job that will back up databases running in a docker postgres container
GNU General Public License v2.0
452 stars 103 forks source link

Enable uploads to S3 bucket using s3cmd #36

Closed NyakudyaA closed 3 years ago

NyakudyaA commented 3 years ago

ping @lucernae can you take a look at this one. They are a couple of todo in there to enhance it but it should work as is

lucernae commented 3 years ago

About the testing, I made unittest for the s3 push in this branch: https://github.com/kartoza/docker-pg-backup/tree/s3cmd

You can pull it to include it in this branch.

NyakudyaA commented 3 years ago

About the testing, I made unittest for the s3 push in this branch: https://github.com/kartoza/docker-pg-backup/tree/s3cmd

You can pull it to include it in this branch.

Thanks, I will do so