In case of catastrophic failure and the maintainers of this project cannot continue doing so, it would be useful for the clients/admins to have a dump of the current database. So, we should regularly email this dump to all admins for this contingency.
Via a cron job on all running instances, we email a generated Postgres pg_dump file at some regular interval (monthly?). Remember to remove all user info (via sed or some other similar unix utility) before sending this dump.
When we get to it.