Efficient way for RDS SQL Backup

0

I am researching for the most efficient way to get SQL backup from RDS database. When using SQL GUI, it takes several hours to complete, which is not ideal in our operation.

Used MySQLdump in the command line before, which is very quick. https://repost.aws/knowledge-center/rds-mysql-db-backup

However, our database is constantly growing.

Doing a MySQLdump saves the file in temporary storage before saving it to its final location. If the temporary storage is not large enough to handle this, and it ends up bringing down the whole server or severely impacting it.

Beside from increasing the temporary storage, what would be the other way to approach this?

Thanks.

1 Respuesta
1

Hi Jei,

Assuming that you only want a logical backup via mysqldump the simplest option would be to increase the temporary store.

The other option is to rely on the AWS RDS automated backups and/or snapshots.

profile picture
Bisina
respondido hace 7 meses
profile picture
EXPERTO
revisado hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas