David Ducos
David Ducos
There are not a package for Jammy yet, as we need to wait until MySQL, MariaDB and Percona has an official package for it.
Hi @xopez, Thanks for the info! [Release 0.12.7-1](https://github.com/mydumper/mydumper/milestone/25) is scheduled for September 05, 2022, and only 28% is completed and 45 issues on the queue. I can't promise that it...
duplicate of https://github.com/mydumper/mydumper/issues/690
Hi @shijiunv , I was not able to reproduce your issue: ``` root@ubuntu-focal:~/issue_714/mydumper# rm -rf data; ./mydumper --regex '^(percona\.item1$)' --outputdir data --stream --no-delete --set-names=utf8mb4 > backup.sql root@ubuntu-focal:~/issue_714/mydumper# grep "SET NAMES"...
Hi @aloks2019, the metadata files per table is used by myloader to order the tables for import. As it is better to import largest tables first for obvious reasons. It...
Are myloader and mydumper of the same version? I'm asking because myloader should be able to identify -metadata files per table.
@aloks2019 Can you share the log where you see the error??
Hi @aloks2019 , removing the metadata files will cause that myloader won't know the amount of rows per table, which is being used to order the tables to import the...
Hi @aloks2019, I reopened this ticket, but I need a test case to find out the issue. Can you share a reproducible test?
In some cases only... this is still under investigation