Migration from Aurora to Aurora Serverless

0

Hi, my Aurora mySQL database is in production and we would like to Migration from Aurora to Aurora Serverless v2. I found this: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-restore-snapshot.html My question is, on restoring the database as serverless v2 from the snapshot, will the database automatically be used in production instead of the Aurora provisioned cluster that I already have? I have a multi AZ deployment.

Will there be any downtime, if any? Also, what is the amount of time for the Serverless v2 database to be deployed into my production environment take?

已提問 10 個月前檢視次數 371 次
1 個回答
0

Here is a knowledge center article that explains how to perform this migration:

https://repost.aws/knowledge-center/aurora-migrate-provisioned-serverless

On the other hand, if you wanted to perform a migration with close to 0 downtime, you should use AWS DMS. Create a source and a destination in dms then start the replication task, which copies the existing and new data with CDC (change data capture). Then make your application point to your new database and done

profile picture
專家
已回答 10 個月前
  • The knowledge center article is outdated as per the comment at the end. The steps I gathered were

    1. Take a snapshot of the currently running aurora provisioned db
    2. Restore the snapshot and by selecting Aurora serverless v2.
    3. Point my application to the restored database
    4. Terminate the provisioned database. Is this correct?

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

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

回答問題指南