We are trying to migrate from a postgres db to a mysql instance.
We are following the steps provided in the documentation:
The migration log shows no clue and all the json files contains
Error: Internal server error: Resource VPC_SETTINGS_res is based on a table (vpc_settings) that no longer exists. To fix this problem, edit the resource and connect it with a valid table.
Release :
Component :
You will get this error when the migration container can not connect to the postgress database which runs in portal_portaldb container.
if you use the default hostname the connection will fail ! PostgreSQL hostname [default: portaldb]:
This needs to be the IP of the host running the portal containers.
or
You can use the alias name specified in step 2 to connect
docker network connect --alias migrationdb migrationnetwork <Postgres master container ID>