We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954df16 commit c3c8998Copy full SHA for c3c8998
1 file changed
.github/workflows/ci.yml
@@ -56,16 +56,11 @@ jobs:
56
export PGETC=/etc/postgresql/${{ matrix.ci.PGVER }}/main
57
export PGBIN=/usr/lib/postgresql/${{ matrix.ci.PGVER }}/bin
58
export PGRUNNER=`whoami`
59
- # needed for pg18 and above cause cluster is no longer created on install
60
- # if [ ! -d "$PGETC" ]; then
61
- # sudo pg_createcluster ${{ matrix.ci.PGVER }} main
62
- # fi
63
sudo chmod -R 755 /home/${PGRUNNER}
64
sudo cp ./ci/pg_hba.conf $PGETC/pg_hba.conf
65
sudo systemctl stop postgresql
66
sudo pg_ctlcluster $PGVER main start
67
sudo pg_lsclusters
68
- # sudo su postgres -c "$PGBIN/pg_ctl --pgdata $PGDATA start -o '-c config_file=$PGETC/postgresql.conf -p 5432'"
69
70
- name: 'Start HttpBin Docker'
71
run: |
0 commit comments