diff --git a/scripts/postgre-upgrade.sh b/scripts/postgre-upgrade.sh index 737fe2475..57f1bbafc 100644 --- a/scripts/postgre-upgrade.sh +++ b/scripts/postgre-upgrade.sh @@ -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" }