Open
Description
Hi,
I try to use this nice formula to deploy a postgres server, but at a non default directory. I put data_dir and conf_dir at "/data/postgres".
The formula creates this directory but then it ignores it for the rest of the configuration, resulting in :
- systemd file not pointing to the right PGDATA
- postgresql.conf not present in the conf_dir
My postgresql server is on CentOS7. I made a local workaround but it's not playing nice with the whole formula.
The documentation lacks some explanations as how to use conf_dir and data_dir effectively.
Thanks for your help !