-
Notifications
You must be signed in to change notification settings - Fork 73
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
What are differences to jmfederico / run-xtrabackup.sh? #5
Comments
basically the same. mariabackup is a little different from xtrabackup. at first, I change the script for self-use. THX |
One big difference is the checks on line 105 Just learned by coincidence that this script does not exit with an error if the mariabackup cli fails, so be carefull with running this via cron unattended. Didn't loose any data but spotted this in a routine checkup of our cron jobs. |
Thanks for sharing this.
To be honest I have given up using this script because it freezes the db during backups even for read access. Finally mysqldump seems more reliable and don't lock tables on read. Takes a bit more disk space, but reliable is what we want.
Le 19 mars 2021 11:11:56 GMT-04:00, Matthias Haamann ***@***.***> a écrit :
…One big difference is the checks on [line
105](https://gist.github.com/jmfederico/1495347#file-run-xtrabackup-sh-L105)
Just learned by coincidence that this script does not exit with an
error if the mariabackup cli fails, so be carefull with running this
via cron unattended. Didn't loose any data but spotted this in a
routine checkup of our cron jobs.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#5 (comment)
--
Antony Gibbs
***@***.***
+591.7227.5988
+33 (0)9 72 11 71 25
+598 (0)9 9360 744
|
make sure you are using InnoDB table. https://www.percona.com/doc/percona-xtrabackup/LATEST/how_xtrabackup_works.html |
Hi,
you forked this backup script from jmfederico / run-xtrabackup.sh.
Question:
Is your script function wise identical to the original script?
THX
The text was updated successfully, but these errors were encountered: