Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 258 Bytes

backup.md

File metadata and controls

16 lines (11 loc) · 258 Bytes

Backup

How to backup the database manually. Works on development and production.

To import the database from a backup execute:

compose exec postgres /restoredb.sh

To export the database execute:

compose exec postgres /dumpdb.sh