Restoring offline RDS backup

0

I have a client who wants to keep a local backup of their data. If I download the S3 snapshot (which is in Parquet format), would I then be able to upload this to another bucket and use that as a snapshot to restore from?

For technical reasons, I'm not able to interface with the database and use the mysqldump tool.

K
已提问 10 个月前342 查看次数
2 回答
1
已接受的回答

From my knowledge is that you can't natively restore from Parquet in AWS.

I know for example in MS SQL you can backup natively a full MS SQL Backup .BAK to an S3 bucket which you can later restore. This would be the knowning way to use an intergrated backup..

You may be able to achieve the same thing with a different database format.

profile picture
专家
已回答 10 个月前
profile picture
专家
已审核 9 个月前
0

If you start with understanding the process to restore, you can see what methods might work for saving / downloading locally. Here's an example of restoring a mySQL backup from On-premise to RDS. It contains a list of limitations and recommendations from importing data from S3 to RDS which is helpful. The documentation below focuses from on-prem to RDS, but since you're asking for the backup to be downloaded and stored locally, many of the same limitations and recommendations apply.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html

Here's another answer on backing up the data using mysqldump. I know you said you are not able to interface with the database to run the tool, however it is the tool for the job. Running it on an EC2 instance or MySQLWorkbench are options.

https://repost.aws/knowledge-center/rds-mysql-db-backup

profile picture
Jesse T
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则