diff --git a/dump.sh b/dump.sh deleted file mode 100755 index 6da5863..0000000 --- a/dump.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -set -o errexit -set -o nounset - -docker-compose exec -T mongodb bash -c 'cd /data/db/dump; rm -f directheroes.tar.gz; mongodump --out=/data/db/dump --db directheroes; tar pczf directheroes.tar.gz directheroes' -