mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Update PostgreSQL hbaConfiguration to allow local connections for database initialization
This commit is contained in:
@@ -128,6 +128,8 @@ postgresql:
|
||||
# pg_hba.conf rules. These enable password auth (md5) from any host/IP.
|
||||
# Tighten these for production to your pod/service/network CIDRs.
|
||||
hbaConfiguration: |-
|
||||
# Local connections (needed for initdb/entrypoint to create databases)
|
||||
local all all trust
|
||||
# Allow all IPv4 and IPv6 clients with md5 password auth
|
||||
host all all 0.0.0.0/0 md5
|
||||
host all all ::/0 md5
|
||||
|
||||
Reference in New Issue
Block a user