Positronic: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 2: Line 2:


== Backups ==
== Backups ==
A cron job runs to do daily backups of prod db, using `at du`.
A cron job runs to do daily backups of prod db, using <code>at du</code>.

Revision as of 18:21, 23 August 2024

My postgres server, stores millions of abt quotes in prod and dev databases.

Backups

A cron job runs to do daily backups of prod db, using at du.