File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ansible/files/admin_api_scripts/pg_upgrade_scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ function initiate_upgrade {
287
287
# shellcheck disable=SC1091
288
288
source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
289
289
nix-collect-garbage -d > /tmp/pg_upgrade-nix-gc.log 2>&1 || true
290
- PG_UPGRADE_BIN_DIR=$( nix build " github:supabase/postgres/${NIX_FLAKE_VERSION} #psql_15 /bin" --no-link --print-out-paths --extra-experimental-features nix-command --extra-experimental-features flakes)
290
+ PG_UPGRADE_BIN_DIR=$( nix build " github:supabase/postgres/${NIX_FLAKE_VERSION} #psql_ ${PGVERSION} /bin" --no-link --print-out-paths --extra-experimental-features nix-command --extra-experimental-features flakes)
291
291
PGSHARENEW=" $PG_UPGRADE_BIN_DIR /share/postgresql"
292
292
fi
293
293
You can’t perform that action at this time.
0 commit comments