Closed jhunt closed 6 years ago
I have a manifest that looks like this:
- name: postgresql jobs: - name: postgres release: postgres properties: config: port: 5432 hba: - host all all 0.0.0.0/0 md5 - host all all ::/0 md5 replication: enabled: true users: - password: ... username: ...
But the postgresql.conf still has 6432 listed as the port, and that's what postgres is listening on.
Probably because it should be postgres.config.port, not just config.port... 😳
postgres.config.port
config.port
I have a manifest that looks like this:
But the postgresql.conf still has 6432 listed as the port, and that's what postgres is listening on.