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 38756f8 commit b959c39Copy full SHA for b959c39
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.1.71"
+postgres-version = "15.1.1.72"
docker/all-in-one/init/configure-adminapi.sh
@@ -35,6 +35,7 @@ fi
35
chmod g+w /etc
36
chmod -R 0775 /etc/postgresql
37
chmod -R 0775 /etc/postgresql-custom
38
+chmod -R 0775 /etc/pgbouncer-custom
39
40
# Update api port
41
sed -i "s|^port: .*$|port: ${ADMIN_API_PORT:-8085}|g" $ADMIN_API_CONF
0 commit comments