Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve path to Postgres config directory from server #2

Open
mpm opened this issue Jan 18, 2016 · 0 comments
Open

Retrieve path to Postgres config directory from server #2

mpm opened this issue Jan 18, 2016 · 0 comments

Comments

@mpm
Copy link
Owner

mpm commented Jan 18, 2016

Currently the path is hardcoded for Postgres 9.4.

This works when using Ubuntu 14.04 as base image, but Ubuntu 14.04.3 (now on Digital Ocean) ships with Postgres 9.5

Solution:
Gather Postgres version as 'fact' and set the config path to include the current version number.

This will make this way more robust and possibly allow the use of all recent Ubuntu images as base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant