-
Notifications
You must be signed in to change notification settings - Fork 637
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: |
john-westcott-iv
force-pushed
the
postgres15
branch
from
July 13, 2023 12:46
0747103
to
c00ee61
Compare
rooftopcellist
force-pushed
the
postgres15
branch
3 times, most recently
from
August 8, 2023 02:47
c71ecc3
to
d3f07c9
Compare
rooftopcellist
changed the title
[WIP] Upgrading to postgres:15
Upgrading to postgres:15
Aug 8, 2023
rooftopcellist
changed the title
Upgrading to postgres:15
Upgrading to PostgreSQL 15 and moving to sclorg images
Aug 8, 2023
rooftopcellist
force-pushed
the
postgres15
branch
from
August 8, 2023 14:30
d3f07c9
to
1c63086
Compare
rooftopcellist
force-pushed
the
postgres15
branch
2 times, most recently
from
August 15, 2023 00:42
1b6784d
to
1c87383
Compare
rooftopcellist
force-pushed
the
postgres15
branch
4 times, most recently
from
August 15, 2023 14:00
fa6a91c
to
3f634ec
Compare
rooftopcellist
force-pushed
the
postgres15
branch
from
August 25, 2023 01:42
3f634ec
to
9ae5954
Compare
kurokobo
reviewed
Aug 25, 2023
rooftopcellist
force-pushed
the
postgres15
branch
from
August 28, 2023 18:44
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
rooftopcellist
force-pushed
the
postgres15
branch
from
August 29, 2023 16:00
7750a07
to
a30b7fc
Compare
rooftopcellist
changed the title
Upgrading to PostgreSQL 15 and moving to sclorg images
Upgrading to PostgreSQL 15 and moving to sclorg images [Do Not Merge]
Sep 6, 2023
rooftopcellist
force-pushed
the
postgres15
branch
from
February 29, 2024 03:10
a30b7fc
to
c77208e
Compare
rooftopcellist
changed the title
Upgrading to PostgreSQL 15 and moving to sclorg images [Do Not Merge]
Upgrading to PostgreSQL 15 and moving to sclorg images
Feb 29, 2024
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