Skip to content

Commit

Permalink
Start postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 12, 2024
1 parent 39c01f5 commit 4e1deae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/apt-install-postgres
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ chmod +x /usr/local/bin/apt.postgresql.org.sh

apt.postgresql.org.sh -i -v "$PGVERSION"
chmod a+rwx "$(pg_config --pkglibdir)" "$(pg_config --sharedir)/extension"

pg_createcluster --start "$PGVERSION" test -p "${PGPORT:-5432}" -- -A trust

0 comments on commit 4e1deae

Please sign in to comment.