SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Consider adding a nightly database dump #165

Open nonprofittechy opened 11 months ago

nonprofittechy commented 11 months ago

Although Postgres is transaction safe, this would still improve recoverability. We may want to keep at least a few days of dumps as well.

BryceStevenWilley commented 11 months ago

Some additional thoughts:

[^1]: Of the options mentioned in the postgres docs, the Write ahead log (WAL) is mostly for crash protection, and taking a file level archive says it should only be done when postgres is not running.