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
ncm-postgresql does not work with newer versions of postgres - see output below:
[INFO] running component: postgresql --------------------------------------------------------- [ERROR] Failed to parse output from /usr/bin//postmaster --version: [ERROR] Failed to determine setup details. (See errors/warnings above). [ERROR] uncaught error exception in component: postgresql [ERROR] *** exec(/usr/bin//postmaster, --version): No such file or directory [INFO] Configure on component postgresql executed, 3 errors, 0 warnings
It looks like it doesn't look in the right directory - which is actually something like /usr/pgsql-14/bin/postmaster depending on the version.
/usr/pgsql-14/bin/postmaster
The text was updated successfully, but these errors were encountered:
@willfurnell have you tried setting https://github.com/quattor/configuration-modules-core/blob/master/ncm-postgresql/src/main/pan/components/postgresql/schema.pan#L343 to "14"?
Sorry, something went wrong.
No branches or pull requests
ncm-postgresql does not work with newer versions of postgres - see output below:
It looks like it doesn't look in the right directory - which is actually something like
/usr/pgsql-14/bin/postmaster
depending on the version.The text was updated successfully, but these errors were encountered: