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

restoring backup from s3 #66

Closed klibr007 closed 2 years ago

klibr007 commented 2 years ago

Hey I read the github readme and the script used for back up and I dont really understand if it works if your backup is in an s3 object storage. You didn't mention it anywhere

NyakudyaA commented 2 years ago

Hey I read the github readme and the script used for back up and I dont really understand if it works if your backup is in an s3 object storage. You didn't mention it anywhere

We haven't tried this so that's why it's not mentioned but a quick google search shows the following https://stackoverflow.com/questions/36090985/how-to-restore-postgres-dump-with-rds

klibr007 commented 2 years ago

Thank you