- Package:
- postgresql-common
- Source:
- postgresql-common
- Submitter:
- Matt Cain
- Date:
- 2020-11-20 07:03:04 UTC
- Severity:
- normal
pg_createcluster has an option to include this line in postgresql.conf: include_dir = 'conf.d' pg_upgradecluster doesn't copy the files in conf.d to the new cluster I needed to copy the files manually after the upgrade and restart the cluster. this is similar / related to bug #960789