xtrabackup-scripts
xtrabackup-scripts copied to clipboard
Wrapper scripts (Python) for the Percona Xtrabackup tool.
As I'm not using this project in production anymore, I'm searching for awesome people to add as collaborators here to keep the project running :) I'll still be around to...
In the case of a full backup only, as the backup is already prepared using the _--apply-log_ option there is no need to keep the _xtrabackup_logfile_ in the backup archive.
Found out, while trying to restore a backup, that the script is not able to run. Most likely because the command called for stopping the mysql service is wrong. It...
Bumps [requests](https://github.com/requests/requests) from 2.8.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
The xtrabackup doesn't find the sock file if it's not in the /tmp folder (what might happen depending on the mysql service file..) It might be necessary to provide the...
This change is helpful when the service on the system that should be restored uses a different name than 'mysql'.
Are there any ways to skip the default timestamp folder or make it configurable? Thanks
I keep /tmp in RAM so as to make it super fast to handle things like PHP sessions and whatnot. By default, pyxtrabackup started filling up my /tmp, but as...