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 Risposta
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
con risposta 7 mesi fa
profile picture
ESPERTO
verificato 7 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande