Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.17k stars 129 forks source link

dumping a MySQL that requires SSL #267

Open shainegordon opened 1 year ago

shainegordon commented 1 year ago

So I decided to trying this project out against our planetscale database, but it requires a connection via SSL

command error: mysqldump: Got error: 1105: "unknown error: Code: UNAVAILABLE
   server does not allow insecure connections, client must use SSL/TLS
   when trying to connect

I have been trying combinations of different parameters, but none seem to work

mysql://USER:PASSWORD@HOST:3306/DB?ssl=true

Is my configuration incorrect, or does this require a patch to the MySQL database connector

shainegordon commented 1 year ago

I think this is actually an issue with running inside a docker container, as I just tried this by installing Replibyte locally, and did not have an issue here