Skip to content

[16-el10] Upgrade to PG16 and UBI10#75

Open
bdunne wants to merge 1 commit intoManageIQ:16-el10from
bdunne:16-el10
Open

[16-el10] Upgrade to PG16 and UBI10#75
bdunne wants to merge 1 commit intoManageIQ:16-el10from
bdunne:16-el10

Conversation

@bdunne
Copy link
Member

@bdunne bdunne commented Mar 5, 2026

@bdunne bdunne requested a review from Fryguy as a code owner March 5, 2026 22:23
@bdunne bdunne changed the title Upgrade to PG16 and UBI10 [16-el10] Upgrade to PG16 and UBI10 Mar 5, 2026
{ yum -y module enable postgresql:13 || :; } && \
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper postgresql-server postgresql-contrib" && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
{ dnf -y module enable postgresql:13 || :; } && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 16?

Suggested change
{ dnf -y module enable postgresql:13 || :; } && \
{ dnf -y module enable postgresql:16 || :; } && \

@Fryguy
Copy link
Member

Fryguy commented Mar 5, 2026

cc @jrafanie

yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
{ dnf -y module enable postgresql:13 || :; } && \
INSTALL_PKGS="rsync tar gettext-envsubst nss_wrapper-libs glibc-locale-source xz" && \
PSQL_PKGS="postgresql16-server postgresql16-contrib postgresql16-upgrade postgresql16-pgvector pgaudit" && \
Copy link
Member

@jrafanie jrafanie Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are they called postgresql16* packages even if pg16 is the default in el10 and we enable postgresql:16?

I always chuckle when we upgrade postgresql because there's new dependencies we need to install with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants