Question Regarding AWS RDS Backups: Incremental vs Full

0

Good afternoon, everyone!

I have a question about backups in AWS.

I've been thinking about two types of RDS backups in AWS:

Incremental Backup Full Backup Currently, I back up the database information once a day, but I've been considering having a backup once an hour. How can I implement something similar on my RDS? Which would be better, incremental or full?

If it's incremental, I have no idea how to do that in AWS. Is it possible?

Looking forward to your response.

2개 답변
0

Hello.

If you use AWS Backup for backup, I think you can take a backup once every hour.
https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup-plan.html

Also, the backup at that time will be an incremental backup because a snapshot of RDS will be taken.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html

The first snapshot of a DB instance contains the data for the full database. Subsequent snapshots of the same database are incremental, which means that only the data that has changed after your most recent snapshot is saved.

profile picture
전문가
답변함 3달 전
profile pictureAWS
전문가
검토됨 3달 전
0

Hi,

If you need to maintain a very stringent SLA on your RDS database in terms of recoverability, I would suggest to implement Point-In-Time-Recovery (PITR) for a continuous backup strategy: it goes down to a resolution of 1s

See https://docs.aws.amazon.com/aws-backup/latest/devguide/point-in-time-recovery.html

With continuous backups, you can restore your AWS Backup-supported resource by rewinding
 it back to a specific time that you choose, within 1 second of precision (going back a maximum 
of 35 days). Continuous backup works by first creating a full backup of your resource, and then 
constantly backing up your resource’s transaction logs. PITR restore works by accessing your full 
backup and replaying the transaction log to the time that you tell AWS Backup to recover.

Best,

Didier

profile pictureAWS
전문가
답변함 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인