On Sun, May 10, 2020 at 2:43 PM Andrus <kobrule...@hot.ee> wrote: > Is there simpler solution, e.q reverse playback of wal segments starting > from current data directory contents. >
There is no "unwind" or "undo" capability in PostgreSQL. You need to separately get the database state to a point sometime before the target time and then restore until you attain the target time. David J.