We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298367 commit c4460f6Copy full SHA for c4460f6
.github/workflows/ci.yml
@@ -56,7 +56,6 @@ 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
- sudo chmod -R 755 /home/${PGRUNNER}
60
sudo cp ./ci/pg_hba.conf $PGETC/pg_hba.conf
61
sudo systemctl stop postgresql
62
sudo pg_ctlcluster $PGVER main start
0 commit comments