Hi,
I'm trying to migrate source on-prem postgreSQL to destination cloudSQL.
I'm following the below doc,
https://blog.searce.com/step-by-step-guide-to-migrate-postgresql-to-cloudsql-using-gcp-dms-part-1-of...
I haven't configured pglogical because I wan't DMS to create replication slot automatically similar to AWS DMS. But I have enabled wal-level to logical at source.
I'm getting the below error where DMS is unable to connect to source while submitting the job creation in DMS. can someone help me resolving this.
Failure connecting to the source database. Make sure the connectivity information on the connection profile is correct and the source database is reachable. Address the issues then Start the migration job.
generic::unknown: unable to connect to source database server: failed to connect to on-premises database: connectWithTimeoutAndRetry timeout with error: dial tcp 3.109.60.201:5432: connect: connection timed out
Solved! Go to Solution.
Hi @rajkumarjai1,
Welcome to Google Cloud Community!
Thank you
Hi Christianpaula, Thanks for the inputs!! Source database didn't have 'listen_addresses' as '*' for some reason. I've correceted it and worked fine now..
Hi @rajkumarjai1,
Welcome to Google Cloud Community!
Thank you
Hi Christianpaula, Thanks for the inputs!! Source database didn't have 'listen_addresses' as '*' for some reason. I've correceted it and worked fine now..