I accidentally rewrote RDS table with a blank table. There is no snapshot.

0

Today while trying to access my table through API, I accidentally ran the initialization function, which rewrote my data table with a blank one. We have not set up automatic backups nor taken a snapshot of the table as of yet. I found the event in the event stream, and I am wondering if there is any way that we can recover the data from the table. It happened 20 minutes ago, and we have been trying to figure out a way.

1 Answer
3

Unfortunatelly, you can not recover it without snapshots. If you had enabled automated snapshots, you would have used "Restore to point in time" feature, but it creates a new RDS instance. In case of using AWS Aurora, you could enable a "Backtrack" that lets you quickly rewind the DB cluster to a specific point in time, without having to create another DB cluster.

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
Artem
reviewed a month 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