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公式更新しました 2ヶ月前
- AWS公式更新しました 3年前
The knowledge center article is outdated as per the comment at the end. The steps I gathered were