MySQL-AutoXtraBackup icon indicating copy to clipboard operation
MySQL-AutoXtraBackup copied to clipboard

MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup

Results 14 MySQL-AutoXtraBackup issues
Sort by recently updated
recently updated
newest added

Dear all, As this project was developed with the wrong design and architecture, it is nearly impossible to test, cover or change and fix something easily. This leads me to...

enhancement
feature_request

Pull Request #458 refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. **NOTE**: As code is pushed to the original...

The major code refactorings and project restructuring.

there is no key `data_dir` in options_obj.backup_options, `self.backup_options.get("xtra_options") or ""` is used to prevent get a `None` after the `--copy-back` option, like ` /usr/bin/xtrabackup --copy-back None --target-dir` option `--data_dir` for...

Hi, When installing the new v.2 (awesome by the way!) the config dir ~/.autoxtrabackup and config files are not created. Host: Debian 10. Command: ``` root@dev:~# pip3 install mysql-autoxtrabackup ```...

Hi, I have installed v2.0.2 and this is the log: ``` 2021-08-13 11:00:02 INFO [process_runner:69] SUBPROCESS /usr/bin/mysqladmin COMPLETED with exit code: 0 2021-08-13 11:00:02 INFO [check_env:101] OK: /usr/bin/mysql exists 2021-08-13...

Hi you are ignoring the result (0/1) for inc_backup(), the entire autoxtrbackup run results in a false positive exitcode! That may not be the best practice :-( https://github.com/ShahriyarR/MySQL-AutoXtraBackup/blob/72ca0a834f12331c3ed8cde17ea77a8ce573a774/master_backup_script/backuper.py#L753 https://github.com/ShahriyarR/MySQL-AutoXtraBackup/blob/72ca0a834f12331c3ed8cde17ea77a8ce573a774/master_backup_script/backuper.py#L760 impact:...

bug

Finding on master: error thrown here: https://github.com/ShahriyarR/MySQL-AutoXtraBackup/blob/72ca0a834f12331c3ed8cde17ea77a8ce573a774/backup_prepare/prepare.py#L630 caused/impacted by the following line in case dryrun! https://github.com/ShahriyarR/MySQL-AutoXtraBackup/blob/72ca0a834f12331c3ed8cde17ea77a8ce573a774/backup_prepare/prepare.py#L539 Assumtion: some "else" for dryrun should initialize status (status not initialzed for dry-run)! regards...

bug