Why do RDS automatic backups not get listed?

2

I have an RDS Aurora Postgres instance that's been online for a few years. When created, through the console, I turned on automatic backups. On the DB instance page, I can see daily snapshots. I'd now like to practice the "restore at point in time" functionality that is documented at https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html

However, there are no "Automated Backups" in the automated backups page for the region. If I open a Snapshot in the db instance page, I see "create a new instance from snapshot," which does not give an option for restoring to a particular point in time, only whenever the snapshot was made.

I would post some lightly redacted screenshots, but apparently that's not supported in these forums.

2 Answers
4

The answer is that Aurora is different from regular RDS, which means:

  • There won't be any Automated Backups listed for Aurora instances
  • The "Restore to Point in Time" command has moved to the Databases list. Select the database cluster and select "Restore to Point in Time" from the Actions button on the top of the cluster list.

It would be helpful if the "restore to point in time on RDS" document mentioned that the instructions didn't apply to Aurora somewhere.

jwatte
answered 2 years ago
0

Thank you for reaching out. I understand you wanted to perform Point in Time restore for the Aurora Clusters. I will recommend you to review this document as it talks about in Point in Time Restore for Amazon Aurora cluster.

Restoring a DB cluster to a specified time - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PIT.html

As always, Happy Cloud Computing.

AWS
SUPPORT ENGINEER
Arnab_S
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions