1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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
Contenido relevante
- preguntada hace 2 días
- preguntada hace 23 días
- preguntada hace 2 días
- OFICIAL DE AWSActualizada hace 3 meses
- OFICIAL DE AWSActualizada hace 3 años
- OFICIAL DE AWSActualizada hace 8 meses
- OFICIAL DE AWSActualizada hace 2 años
The knowledge center article is outdated as per the comment at the end. The steps I gathered were