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
feita há 3 meses188 visualizações
2 Respostas
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
ESPECIALISTA
respondido há 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
ESPECIALISTA
respondido há 3 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas