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 공식업데이트됨 3년 전
The knowledge center article is outdated as per the comment at the end. The steps I gathered were