When moving from Oracle Flashback operations to Aurora PostgreSQL, the best way to handle point-in-time recovery is by using Aurora snapshots. These snapshots serve as the main method for backing up and restoring your Aurora PostgreSQL databases. Unlike Oracle Flashback, which works at the table level, Aurora snapshots are created at the cluster level. – If you need to restore the data, create a new Aurora cluster using the snapshot you took. The main difference from Oracle is that Aurora snapshots are very quick and don’t interfere with your database.