-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script for restore #98
Comments
I've added the basics of a restore script in version |
This is great! Thank you very much! Additional S3 list, download and verify options will also be very useful. The aws cli supports all the commands you need like Successful and hash check is also very important, before restore. |
I have written my own very basic restore from S3 script that:
What is missing:
It is working for me, but I have not thoroughly tested it playing with all parameters and env variables. |
name: Feature Request
about: Suggest an idea for this project
Description of the feature
Just as this project contains great script for running the backup, it will be also great if a script for restore is also included. It should cover:
Benefits of feature
Having a ready to go restore script will be really easy and generic to run, in stead of running all database specific restore commands.
Please consider this, it will be very practical.
Maybe also a list script of available backups on the s3 bucked will also be useful.
The text was updated successfully, but these errors were encountered: