Skip to content

Commit b959c39

Browse files
pcncdarora
authored andcommitted
fix: AIO SSL enforcement
1 parent 38756f8 commit b959c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.71"
1+
postgres-version = "15.1.1.72"

docker/all-in-one/init/configure-adminapi.sh

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ fi
3535
chmod g+w /etc
3636
chmod -R 0775 /etc/postgresql
3737
chmod -R 0775 /etc/postgresql-custom
38+
chmod -R 0775 /etc/pgbouncer-custom
3839

3940
# Update api port
4041
sed -i "s|^port: .*$|port: ${ADMIN_API_PORT:-8085}|g" $ADMIN_API_CONF

0 commit comments

Comments
 (0)