Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for a way to create a PSQL snapshot/dump (pg_dump) when someone is trying to delete items. What I'm trying to do is hook a prompt to the deletion confirmation asking if you want to create a snapshot first.
It'd also be really slick if there could be a db restore integration in the changelog to restore to an available snapshot made during a change.
For now, I'll just make it protocol to do a pg_dump before any deletions via the cli.
Beta Was this translation helpful? Give feedback.
All reactions