This commit is contained in:
Bernhard Radermacher
2026-02-27 11:51:01 +01:00
parent 4fa07e09c4
commit de16c322ab
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/*
COPY --chmod=644 pool_hba.conf /etc/pgpool2/
COPY --chmod=755 entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]

View File

@@ -52,8 +52,8 @@ chmod 600 /etc/pgpool2/pcp.conf ~/.pcppass
{
printf "listen_addresses = '*'\n"
printf "port = 5432\n"
printf "unix_socket_directories = '/run'\n"
printf "pcp_socket_dir = '/run'\n"
# printf "unix_socket_directories = '/run'\n"
# printf "pcp_socket_dir = '/run'\n"
printf "enable_pool_hba = off\n"
printf "allow_clear_text_frontend_auth = on\n"
printf "process_management_mode = 'dynamic'\n"