David Ducos
                                            David Ducos
                                        
                                    @peng19832, now I remembered why we were not doing centos7 for ARM. It is related to gcc 12 not being available on el7. It is the time to upgrade my...
Hi @JsBergbau, I have been thinking about it too for a while now... This is a simple tool that can be written pretty quickly, but we might need to do...
Hi @JsBergbau , No, there is no ETA.
Hi @lkotzian-boku We need a reproducible test case or the content of the file that is failing to understand where might be the issue.
You need to run the same version of mydumper and myloader.
@mrmuskrat, Please, confirm that you are using the same version to take the backup and restore. About the "gzip: stdout: Broken pipe" issue, I will need more info. Take into...
Hi @mrmuskrat, can you run myloader with this 2 options: ``` --fifodir=/tmp/bkp --serialized-table-creation ``` ?
Hi @mrmuskrat, is it possible that you mixed the table names? Are you sure there is no entry with table22 before line: ``` ** Message: 14:29:50.091: Thread 13: Creating table...
@mrmuskrat, We need to remove everything on /tmp/bkp where the fifo files will be, so can you execute ``` rm -rf /tmp/bkp ``` Before executing: ``` myloader --host=localhost --database=matthew --enable-binlog...
@mrmuskrat, I think that they issues is that you are exporting multiple databases and then you are importing everything into one database which might be causing a collision when myloader...