IMPORTANT: Database backup script. #49

Closed
opened 2025-09-30 16:27:41 -07:00 by azpect · 2 comments
Owner

For reference: pg_basebackup.

For reference: [pg_basebackup](https://www.postgresql.org/docs/current/app-pgbasebackup.html).
Author
Owner

Currently, there exists scripts dump.sh and backup.sh which can be used to dump and restore the DB at any point. This is ran via CRON on the server once per day, so we have daily backups.

There is also a new sql file which will create a DB from scratch. This is done by just calling all the migration files, in order.

Currently, there exists scripts `dump.sh` and `backup.sh` which can be used to dump and restore the DB at any point. This is ran via CRON on the server once per day, so we have daily backups. There is also a new sql file which will create a DB from scratch. This is done by just calling all the migration files, in order.
Author
Owner

Closed with PR #50

Closed with PR #50
Sign in to join this conversation.
No description provided.