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 @@ -289,7 +289,7 @@ function initiate_upgrade {
289
289
# shellcheck disable=SC1091
290
290
source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
291
291
nix-collect-garbage -d > /tmp/pg_upgrade-nix-gc.log 2>&1 || true
292
- 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)
292
+ 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)
293
293
PGSHARENEW=" $PG_UPGRADE_BIN_DIR /share/postgresql"
294
294
fi
295
295
You can’t perform that action at this time.
0 commit comments