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