Positronic: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


== Backups ==
== Backups ==
A cron job runs to do daily backups of prod db, using `at du`.
A cron job <code>cron_at_prod_backup.sh</code> runs to do daily backups of prod db, using <code>at du</code>.
 
Backups are written to:
/spiceflow/safe/development/postgres/dumps

Latest revision as of 18:22, 23 August 2024

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

Backups

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

Backups are written to:

/spiceflow/safe/development/postgres/dumps