Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 220 Bytes

database_backup.md

File metadata and controls

13 lines (9 loc) · 220 Bytes

Backing up and restoring the database

Backing up the database to a file

scripts/backup_database.sh > db.dump

Restoring the database from a database backup

scripts/restore_database.sh < db.dump