#
templates:
- - "templates/postgres.13.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW
+ - "templates/postgres.15.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW
- "templates/redis.template.yml"
# any extra arguments for Docker?
run:
# Make sure this matches the postgresql version template above
- replace:
- filename: "/etc/postgresql/13/main/postgresql.conf"
+ filename: "/etc/postgresql/15/main/postgresql.conf"
from: /#?max_connections *=.*/
to: "max_connections = $db_max_connections"