1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

remove link mode

This commit is contained in:
Sylvain 2019-10-09 12:07:54 +02:00
parent dabf32d774
commit 812634a3fd

View File

@ -117,7 +117,7 @@ pg_upgrade()
docker run --rm \
-v "$PG_PATH:/var/lib/postgresql/$OLD/data" \
-v "$NEW_PATH:/var/lib/postgresql/$NEW/data" \
"tianon/postgres-upgrade:$OLD-to-$NEW" --link
"tianon/postgres-upgrade:$OLD-to-$NEW"
}