-
Notifications
You must be signed in to change notification settings - Fork 198
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
Adding RESTORE_OPTS env parameter for restore #225
Comments
Sure, in favour of it. Open a Pull Request for it? FYI, we are getting closer to a native golang version, which will include all of these options, along with the ability to run natively (outside of containers, as well as inside), and lots of other options. |
Hello @deitch, thank you for your reply. I'll try it soon. |
it isn't in go yet, so do it with the current bash version. Just document it well. |
Ok, I've managed to make it. Please check #228. Thank you |
Hello,
I'm currently using this image to backup an SSL-protected Mysql specifying an env file inside docker-compose.yml
The env file has several options like this:
This is the docker-compose.yml relevant part:
I'm using this image also for disaster recovery to perform a restore of the latest backup. Currently, there is no support for providing any option to the restore, so I'm not able to restore an SSL-protected database
Could you please consider adding RESTORE_OPTS env parameter, passing these options in the restore command invocation so that I can add this line inside my env file:
and perform restore successfully?
Thank you in advance
The text was updated successfully, but these errors were encountered: