Comment by matt-p

1 month ago

no PITB, but mostly just 'it's hassle' for the application server I literally don't need backups, just automated provisioning/docker container etc. Adding postgres then means I need full backups including PITB because I don't even want to lose an hours data.

Or use SQLite and your backups are literally a copy of a file.

You can abuse git for it if you really want to cut corners.