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回答
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
回答済み 7ヶ月前
profile picture
エキスパート
レビュー済み 7ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ