Merge branch 'master' of https://github.com/phiberjenz/cookiecutter-django into phiberjenz-master

This commit is contained in:
Jannis Gebauer 2016-05-22 20:19:04 +02:00
commit c35fc6acbe

View File

@ -112,7 +112,13 @@ To restore a backup, run::
docker-compose -f dev.yml run postgres restore filename.sql docker-compose -f dev.yml run postgres restore filename.sql
To copy the files from the running Postgres container to the host system::
docker <containerId>:/backups /host/path/target
Where <containerId> is the ID of the Postgres container. To get it, run::
docker ps
Other Useful Tips Other Useful Tips
----------------- -----------------