y2501
y2501

Reputation: 73

Is there any tool to migrate RDS PostgreSQL from AWS to Google Cloud SQL?

I want to migrate AWS PostgreSQL to google cloud SQL. I can perform such by some basic strategy such as extract the AWS data, Create Database in GCP and Restore the extracted data in GCP. But I was wondering is there any more sophisticated way to so such as using terraform or similar.

Upvotes: 1

Views: 2539

Answers (1)

ahmet alp balkan
ahmet alp balkan

Reputation: 45224

Yes. See https://cloud.google.com/solutions/migrating-postgresql-to-gcp/

For migrating MySQL there are more options available, however at the time of the writing, these only apply to MySQL:

Upvotes: 2

Related Questions