You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2019. It is now read-only.
When installing the postgresql server package, a new cluster will automatically be created (Debian 7 + postgresql.org packages). This prevents this cookbook from executing the resouces specified in postgresql::data_directory.
I'm not sure how to solve this, maybe setting create_main_cluster=false in /etc/postgresql-common/createcluster.conf will prevent the package script to init a default cluster. I've seen this in the "official" Dockerfile and also in this chef recipe
Skipping this would allow the already existing recipe postgresql::data_directory to do the job and also respect the custom attributes.