1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 8 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans
- AWS OFFICIELA mis à jour il y a 3 ans
The knowledge center article is outdated as per the comment at the end. The steps I gathered were