Aiven-Open / aiven-mysql-migrate

MySQL® migration tool
Apache License 2.0
10 stars 5 forks source link

Unquote username and password during mysql uri parse #35

Closed egor-voynov-aiven closed 1 month ago

egor-voynov-aiven commented 1 month ago

It's necessary to encode/decode username and password in URI. Otherwise it's impossible to use special symbols ('@', ':') in these parts.

Also docker compose V1 is deprecated using V2 instead.

Run make && make systest
...
exit $code
/bin/sh: 1: docker-compose: not found
/bin/sh: 4: docker-compose: not found
make: *** [Makefile:[5](https://github.com/Aiven-Open/aiven-mysql-migrate/pull/34/checks#step:3:6)5: systest] Error 127
Error: Process completed with exit code 2.