I'm trying to do a database migration using GCP Database Migration Service
My source database is of Postgres type (hosted on Heroku), but the name of the database is not postgres but rather something like d12bdsdjs ...
My question is ... is there a way for me to use the GCP Database Migration Service to somehow migrate this database ? There seems to be no field on the form where I can provide this value in GCP console ... maybe I can somehow set it if I create my migration job using the GCP SDK or something ?
Please advise
After reviewing your issue, it is confirmed that
Herokuis not currently supported.But it appears that it is planned: The idea is to push apps from Heroku to GCP while also switching the database over to Cloud SQL PostgreSQL.
In conclusion, unfortunately,
Database Migration Servicedoes not support Heroku PostgreSQL at the moment.