mikegriffin

Results 17 comments of mikegriffin

This issue is repeatable if you configure MySQL with `innodb_page_size=32k` and then launch `mysql-lvm` with the `innodb-recovery=yes` option: > [InnoDB] Data file './ibdata1' uses page size 32768, but the innodb_page_size...

The patch is reading the `innodb_page_size` from running the MySQL instance, as I copied the behavior of `innodb_log_file_size` which is using the approach. Here is `general_log` evidence of the claim:...

In mysqldump as well as in the raw plugin `util.py` does similar to what we would need for handling absence of `innodb_log_files_in_group` configuration variable: `if mysql.show_variable("have_innodb") == "YES":`

Upon closer look, the patch seems to work correctly with `mysqldump` lvm sub-plugin but I was testing with `innodb_recovery` and didn't notice that other bugs in this sub-plugin were actually...

Hello, I am curious if you could clarify, as I am not sure I understood this `effectively not tar backs up 122 Gig in 10 minutes with tar compression takes...

Please let us know if (and maybe even how) the `dir` method is useful for you. Adding in a new method like a hypothetical `rsync-partial` is a heavy hammer and...

The problems with an rsync command that writes outside of backupdir are many (some examples are checking disk space is no longer viable, options that don't have to do expensive...

By the way, nothing is stopping you now from the `after-backup-command` using `rsync` to remote, if you start using `dir` method. If many or large data files haven't changed, then...

You'll also need the my.sandbox.cnf to be at least group owned by the specified system user to load plugins: As of MySQL 5.1.33, INSTALL PLUGIN causes the server to read...

Hello, My mistake, I didn't see the "next" button on `https://download.opensuse.org/repositories/home:/holland-backup/` and could have used 22.10, though the concern may still be valid for 23.04, 23.10, and 24.04.