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
preguntada hace 3 meses188 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 3 meses
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
EXPERTO
respondido hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas