We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: