2020-07-10 00:58:55 +02:00
|
|
|
---
|
|
|
|
postgresql:
|
2024-09-08 14:05:19 +02:00
|
|
|
version: 15
|
2022-07-16 00:48:32 +02:00
|
|
|
packages:
|
2023-11-10 13:25:50 +01:00
|
|
|
- repmgr
|
|
|
|
extensions:
|
|
|
|
- cron
|
2022-07-16 00:48:32 +02:00
|
|
|
- repmgr
|
2020-07-10 00:58:55 +02:00
|
|
|
databases:
|
|
|
|
- name: postgres
|
|
|
|
user: postgres
|
2022-07-27 23:49:02 +02:00
|
|
|
config:
|
|
|
|
main:
|
|
|
|
listen_addresses: "'*'"
|
2024-09-08 14:05:19 +02:00
|
|
|
port: 5432
|
2022-07-27 23:49:02 +02:00
|
|
|
max_connections: 100
|
2021-08-19 21:15:38 +02:00
|
|
|
users: []
|