DMS vs CloudEndure for DB Migration

0

What is the recommended engine to migrated DBs? DMS or Cloudendure? what are the criteria where one is better than the other?

AWS
질문됨 4년 전481회 조회
1개 답변
0
수락된 답변

There's a few different ways to migrate databases. There's lots of considerations and you'll want to ask some further questions including:

  • How much data is to be migrated?
  • How much outage is acceptable?
  • Is the target going to be RDS?
  • Is the source and target database engine different? i.e. MySQL to Postgresql

You might consider the following options:

  1. Native Backup and Restore - The easiest option, but has some downtime between taking the backup, copying the backup file, and then restoring it
  2. Native Database Mirroring/Replication/Log Shipping - Can migrate a database with minimal or even no outage
  3. DMS - More involved to set up source and destination, schemas and replication and cutting over, but has some features to migrate between different database engines and can now even transform data in the process
  4. CloudEndure OS Level replication - Replicates all changes to the disk at a block level. This is an easy way if you have access to the database server and the target server will run in EC2. It integrates with VSS (Volume Shadow Copy), so it will replicate all data up to the point in time when you click cutover. However, there will be an outage to complete the migration and launch the instance.
AWS
mbe
답변함 4년 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠