-
Notifications
You must be signed in to change notification settings - Fork 644
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
Upgrading to PostgreSQL 15 and moving to sclorg images #1486
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Could we switch to using the sclorg postgres image? That way the data directory paths will line up with the RH offered Postgres images and will be consistent with the other operators? For example, for the EDA Operator: |
0747103
to
c00ee61
Compare
c71ecc3
to
d3f07c9
Compare
d3f07c9
to
1c63086
Compare
1b6784d
to
1c87383
Compare
fa6a91c
to
3f634ec
Compare
3f634ec
to
9ae5954
Compare
kurokobo
reviewed
Aug 25, 2023
9ae5954
to
7750a07
Compare
kurokobo
reviewed
Aug 29, 2023
docs/user-guide/advanced-configuration/assigning-awx-pods-to-specific-nodes.md
Outdated
Show resolved
Hide resolved
7750a07
to
a30b7fc
Compare
a30b7fc
to
c77208e
Compare
aknochow
approved these changes
Feb 29, 2024
3 tasks
aknochow
pushed a commit
to aknochow/awx-operator
that referenced
this pull request
Mar 6, 2024
* Upgrading to postgres:15 * Changing image from postgres to sclorg * Handle scenario where upgrade status is not defined & correct pg tag * Rework the upgrade logic to be more resiliant for multiple upgrades --------- Co-authored-by: john-westcott-iv <[email protected]> Co-authored-by: Christian M. Adams <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Upgrading from postgres 13 to 15.
Still needs testing
ISSUE TYPE
ADDITIONAL INFORMATION