Skip to content

Commit

Permalink
Merge pull request #58 from mantidproject/SilkeSchomann-patch-1
Browse files Browse the repository at this point in the history
Update backup.sh
  • Loading branch information
SilkeSchomann committed Jun 18, 2024
2 parents 932bde4 + ba958af commit d6e621b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ SOURCE_DIR=$(cd "$SCRIPTPATH" && cd .. && pwd -P)
source ${SOURCE_DIR}/.env

PROJECT_NAME=errorreports
PG_DOCKER_NAME=$PROJECT_NAME"_postgres_1"
PG_DOCKER_NAME=$PROJECT_NAME"-postgres-1"

docker exec -t $PG_DOCKER_NAME pg_dumpall -c -U ${DB_USER} | gzip > $1
docker exec -t $PG_DOCKER_NAME pg_dumpall -c -U ${DB_USER} | gzip > $1

0 comments on commit d6e621b

Please sign in to comment.