Hi all, Airbyte looks like a really promising prod...
# ask-community-for-troubleshooting
j
Hi all, Airbyte looks like a really promising product but I’m having a huge headache. I have a craftcms nitro mysql database and a craftcms nitro postgres database. I want to copy the mysql database to the postgres one. I’ve installed airtable, ran
docker-compose up
and visited localhost:8000. I’ve entered the MySQL credentials but I can’t connect to it. I was wondering if anyone else has managed to get this working? I see in the docs that using
host.docker.internal
as the host is recommended but this doesn’t seem to work either. Any help would be MASSIVELY appreciated 🙏
👀 1
m
Have you tried using the ip-address for the MySQL server? I think first tried a host name but that didn’t work. Using the IP-address worked for me.
j
Interesting idea, I guess the ip address would just be 127.0.0.1 in which case that doesn’t work either.
u
Are you running those database locally with docker? Can you share the error you got from the New Connector page?