I am experiencing an error when using the GCP DMS service. After successfully connecting RDS and Cloud SQL, the test job was successful in DMS. However, after starting DMS, I encountered the following errors:
After I enabled the pg_cron flag, I encountered the following error:
The errors you're encountering during the migration process using Google Cloud's Data Migration Service (DMS) to migrate to Cloud SQL for PostgreSQL from RDS seem to be related to two main issues:
Error 1: Issues with pg_cron Extension
pg_cron
extension.pg_cron
extension is attempting to install in the public
schema instead of the required pg_catalog
schema.pg_cron
issue.pg_cron
extension in the pg_catalog
schema on your Cloud SQL instance.Error 2: Database Access Issue
I have opened a support case and solved the problem successfully. Thank you for your advice, it helped me solve the problem faster. Thank you!!
Could you share the solution, I am facing the same issue...
what solution provided by support. we are facing same issue