We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a7fb0 commit 977c235Copy full SHA for 977c235
1 file changed
.github/workflows/ci.yml
@@ -55,9 +55,9 @@ jobs:
55
export PGETC=/etc/postgresql/${{ matrix.ci.PGVER }}/main
56
export PGBIN=/usr/lib/postgresql/${{ matrix.ci.PGVER }}/bin
57
# needed for pg18 and above cause cluster is no longer created on install
58
- if [ ! -d "/etc/postgresql/${{ matrix.ci.PGVER }}/main" ]; then
59
- sudo pg_createcluster ${{ matrix.ci.PGVER }} main
60
- fi
+ # if [ ! -d "/etc/postgresql/${{ matrix.ci.PGVER }}/main" ]; then
+ # sudo pg_createcluster ${{ matrix.ci.PGVER }} main
+ # fi
61
sudo cp ./ci/pg_hba.conf $PGETC/pg_hba.conf
62
sudo su postgres -c "$PGBIN/pg_ctl --pgdata $PGDATA start -o '-c config_file=$PGETC/postgresql.conf -p 5432'"
63
0 commit comments