Changed mount point src from user's dir to /tmp

The mounted folder (the user home directory) is not writable from the container. So the dump file, won't be created.
pull/10132/head
Spiros Andreou 3 years ago committed by Oliver Günther
parent 8a13aefbc2
commit a37d3be9ad
  1. 2
      script/migration/migrate-from-pre-8.sh

@ -288,7 +288,7 @@ fi
docker run \
--rm \
-e PGPASSWORD=postgres \
-v $PWD:/data \
-v /tmp:/data \
-it openproject/community:11 pg_dump \
-h $DOCKER_HOST_IP \
-p $POSTGRES_PORT \

Loading…
Cancel
Save