Migration PostgreSQL in AWS

0

Hi,

I need to migrate PostgreSQL DB in AWS. Is it possible to have an estimate migration's time? Thanks in advance for your help.

已提問 1 年前檢視次數 236 次
3 個答案
0

50 Gb is not a very big database. The duration will be mostly determined by the time it takes for DMS to transfer the data from current location to AWS cloud. How is this database server connected to AWS: vpn over the internet or AWS Direct Connect ? (https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/aws-direct-connect.html) What is the throughput of this connection?

This document with numbers may interest you: https://docs.aws.amazon.com/dms/latest/sbs/chap-manageddatabases.postgresql-rds-postgresql-performance-comparison.html

profile pictureAWS
專家
已回答 1 年前
  • Hi,

    I have more details, after did specific test. The effective size is about 450 Gb. At the moment I have planned a dump of schema and a dump of db structure. The connection is AWS Direct Connect. Thanks in advance for your help.

  • Yep, if you go with DMS for intial dump of db and structure, then you can leverage its features to also obtain changes done after the moment you started the dump. So, you'll obtain a very smooth migration and seamless handover

0

The optimal solution for that is AWS DMS for pg:

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html

https://aws.amazon.com/dms/

On your question, time will depend on complexity, data size, etc.

Do you have any metrics that you can share?

profile pictureAWS
專家
已回答 1 年前
  • Hi,

    many thanks for your help. About data size, we have more than 50 Gb to migrate.

0
profile pictureAWS
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南