MySQL-AutoXtraBackup
MySQL-AutoXtraBackup copied to clipboard
MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup
Currently, if the MySQL socket file address has been changed we need to update the `.autoxtrabackup.cnf` file manually. Relates to #389
I've noticed since version 1.5.5 the --verbose flag only logs INFO to the console, even when level is set to DEBUG. Is this suppose to happen? If so I can...
Simply this idea is that, instead of storing backup locally we can store it for example in AWS S3, EBS, EFS or Glacier. Implementation is not difficult but might have...
When I extract a backup from my archive, the result includes the full path to backup_dir where the backup was initially created. In my case: backup_dir = /var/backups/autoxtrabackup/current_backup The expanded...