We need an automated DB backup script. It should run either via Lambda or on an available ECS cluster. The script should invoke `mysqldump`, but prefer the slave database so the database is not locked exclusively.
We need an automated DB backup script. It should run either via Lambda or on an available ECS cluster.
The script should invoke
mysqldump, but prefer the slave database so the database is not locked exclusively.