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
相关内容
- AWS 官方已更新 23 天前
- AWS 官方已更新 3 年前
The knowledge center article is outdated as per the comment at the end. The steps I gathered were