David Ducos
David Ducos
Oh shit... After a few tests and some reading, I realized that we are not going to be able to use myloader with this format.
Hi @Feder1co5oave, the problem is that myloader, connect to clickhouse remotely using MySQL libraries, and "FORMAT MySQLDump" seems that works locally and/or using the Clickhouse client. Using myloader I get:...
Hi @mikegriffin, We are not supporting any repository, we are building packages for github on new releases and prereleases. I don't have the experience or the knowledge to create a...
Hi @mikegriffin, I'm willing to work with koji and launchpad to make MyDumper available on external repositories, but I don't have the knowledge to do it. If you have a...
Hi @mikegriffin Not sure if https://github.com/mydumper/mydumper_repo is what you expected, but it is up and running and it will be available for the next releases
Hi @mikegriffin, About mydumper 0.16.4-15~buster, you should be using production repository, check that there is a testing url and a production url: ``` deb https://mydumper.github.io/mydumper/repo/apt/debian ./ #deb https://mydumper.github.io/mydumper/repo/apt/debian/testing ./ ```...
Hi @mikegriffin, then, something is wrong! thanks, I will review it
Hi @mikegriffin, I deleted all the files that should not be there. Actually, there is no stable release ready for the repo. The first one will be v0.16.5-1 which I...
Hi @mikegriffin, v0.16.5-1 has been released, please let me know if you see everything ok. BTW, can we close this? or do you expect anything else from here? I'm asking...
Hi @mikegriffin , You are right, I will add a check for this: ``` [root@511e3a1d346b ~]# ldd /usr/bin/mydumper ... libssl.so.10 => not found libcrypto.so.10 => not found ``` and fix...