RDS Snapshot Chain - Automatic Backups Vs Manual Snapshots

1

Hello,

If an RDS customer is using both Automatic Backups and Manual Snapshots as part of their protection strategy of an RDS Instance - does each snapshot type for an RDS Database have a separate initial full backup (i.e. one full for automatic and one full for manual) ?

It would also be helpful to know if any subsequent Manual RDS snapshots (in between daily automatic backups) are incremental from the last automatic or the last manual snapshot.

Our docs don't talk about the relationship of backup chains in regards to automatic vs manual on RDS - so this will be helpful information to have.

Thanks!

1개 답변
0
수락된 답변

Any snapshot created , be it manual or automated is incremental , as it will work in the following way: When the snapshot process starts, it will check if the current underlying storage volume has a previous snapshot, to calculate the difference, the blocks that has been modified, and it will backup only the ones that changed since the previous snapshot So it does not matter whether it is manual or automated The only exception is any event where the underlying storage may have changed, like A Multi AZ Failover, a Multi AZ to Single AZ change, or some storage modifications In that case the next snapshot will be a full one

However, Unlike automated backups, manual snapshots aren't subject to the backup retention period.i.e. Snapshots don't expire. So although they are incremental during creationg, they would be sufficient by itself to restore the database until the point of snapshot.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html

AWS
답변함 4년 전
profile picture
전문가
검토됨 6달 전

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

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

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