-
Couldn't load subscription status.
- Fork 637
Look in more directories for Postgres binaries #4307
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I'm curious about some of the knock-on effects of these changes / what potential issues we're warding off.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could users set this and break something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. Patroni reads this setting from YAML files or environment variables, neither of which is configurable.
This comment was marked as resolved.
This comment was marked as resolved.
This makes PostgresCluster compatible with images from other distros. Issue: PGO-864
72fea72 to
eddfee6
Compare
This is similar to #4304, but for PostgresCluster and Postgres images.
Checklist:
Type of Changes:
Other Information:
The last piece missing from the upgrade image is the
pgbackrestcommand.Issue: PGO-864