IMPORTANT: Database backup script. #49
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For reference: pg_basebackup.
Currently, there exists scripts
dump.shandbackup.shwhich 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.
Closed with PR #50