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
demandé il y a 3 mois188 vues
2 réponses
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
répondu il y a 3 mois
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
répondu il y a 3 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions