xtrabackup-scripts icon indicating copy to clipboard operation
xtrabackup-scripts copied to clipboard

Wrapper scripts (Python) for the Percona Xtrabackup tool.

Results 15 xtrabackup-scripts issues
Sort by recently updated
recently updated
newest added

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...

Hi, Could we have an encryption option for the backups ? Thanks

feature

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.

enhancement

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...

enhancement

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. >...

dependencies

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...