Migrate on-premises Postgres DB to RDS Managed Postgres

0

Hi Team, We had requirement to migrate our on-premises Postgres to RDS Postgres with minimal downtime so which approach we can follow. What are the best practices need to follow before migration. Can someone help here.

Thanks, Debasis

Debasis
asked 2 months ago173 views
2 Answers
1

To migrate your on-premises PostgreSQL database to Amazon RDS PostgreSQL with minimal downtime, you can follow a combination of strategies and best practices, leveraging tools like pg_dump, pg_restore, and AWS Database Migration Service (DMS).

For more details check out the following two docs:

If this has answered your question or was helpful, accepting the answer would be greatly appreciated. Thank you!

profile picture
EXPERT
answered 2 months ago
0

Hello.

If you want to minimize downtime, I believe migrating using replication using AWS DMS will reduce downtime.
With this service, even if it is an on-premises database, it is possible to migrate it to a database on AWS via a VPN etc.
https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html

I think it would be a good idea to read the following documents as well.
https://repost.aws/knowledge-center/dms-migrate-postgresql-to-postgresql

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions