Skip to content

Commit 348bc22

Browse files
Jonathan S. Katzjkatz
authored andcommitted
Update pgBackRest to 2.18
This provides compatibility with PostgreSQL 12, which is the primary reason for the upgrade. Issue: [ch6246]
1 parent 6c40ec4 commit 348bc22

9 files changed

+12
-13
lines changed

centos7/Dockerfile.pgo-backrest-repo.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL Vendor="Crunchy Data Solutions" \
99
description="Crunchy Data PostgreSQL Operator - Apiserver"
1010

1111
ENV PGVERSION="11" PGDG_REPO="pgdg-redhat-repo-latest.noarch.rpm" PGDG_REPO_DISABLE="pgdg*" PGDG_REPO_ENABLE="pgdg11"\
12-
BACKREST_VERSION="2.17"
12+
BACKREST_VERSION="2.18"
1313

1414
COPY redhat/licenses /licenses
1515
COPY licenses /licenses

centos7/Dockerfile.pgo-backrest-restore.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL Vendor="Crunchy Data Solutions" \
99
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1010

1111
ENV PGVERSION="11" PGDG_REPO="pgdg-redhat-repo-latest.noarch.rpm" PGDG_REPO_DISABLE="pgdg*" PGDG_REPO_ENABLE="pgdg11" \
12-
BACKREST_VERSION="2.17"
12+
BACKREST_VERSION="2.18"
1313

1414
COPY redhat/licenses /licenses
1515
COPY licenses /licenses

centos7/Dockerfile.pgo-backrest.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL Vendor="Crunchy Data Solutions" \
99
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1010

1111
ENV PGVERSION="11" PGDG_REPO="pgdg-redhat-repo-latest.noarch.rpm" PGDG_REPO_DISABLE="pgdg*" PGDG_REPO_ENABLE="pgdg11" \
12-
BACKREST_VERSION="2.17"
12+
BACKREST_VERSION="2.18"
1313

1414
COPY redhat/licenses /licenses
1515
COPY licenses /licenses

rhel7/Dockerfile.pgo-backrest-repo.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL Vendor="Crunchy Data Solutions" \
1010
summary="Crunchy Data PostgreSQL Operator - pgo-backrest-repo" \
1111
description="Crunchy Data PostgreSQL Operator - pgo-backrest-repo"
1212

13-
ENV PGVERSION="11" BACKREST_VERSION="2.17"
13+
ENV PGVERSION="11" BACKREST_VERSION="2.18"
1414

1515
COPY redhat/atomic/pgo_backrest_repo/help.1 /help.1
1616
COPY redhat/atomic/pgo_backrest_repo/help.md /help.md

rhel7/Dockerfile.pgo-backrest-restore.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL Vendor="Crunchy Data Solutions" \
1010
summary="Crunchy Data PostgreSQL Operator - pgo-backrest-restore" \
1111
description="pgBackRest backrest restore"
1212

13-
ENV PGVERSION="11" BACKREST_VERSION="2.17"
13+
ENV PGVERSION="11" BACKREST_VERSION="2.18"
1414

1515
COPY redhat/atomic/pgo_backrest_restore/help.1 /help.1
1616
COPY redhat/atomic/pgo_backrest_restore/help.md /help.md

rhel7/Dockerfile.pgo-backrest.rhel7

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL name="crunchydata/pgo-backrest-" \
1212
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
1313
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1414

15-
ENV PGVERSION="11" BACKREST_VERSION="2.17"
15+
ENV PGVERSION="11" BACKREST_VERSION="2.18"
1616

1717
# Crunchy Postgres repo
1818
ADD conf/RPM-GPG-KEY-crunchydata /
@@ -29,8 +29,7 @@ RUN yum -y --enablerepo=rhel-7-server-ose-3.11-rpms --disablerepo=crunchy* updat
2929
&& yum -y install crunchy-backrest-"${BACKREST_VERSION}" \
3030
&& yum -y clean all
3131

32-
#RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm && chmod -R g=u /pgdata
33-
RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm
32+
RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm
3433
ADD bin/pgo-backrest/ /opt/cpm/bin
3534
ADD bin/uid_postgres.sh /opt/cpm/bin
3635

ubi7/Dockerfile.pgo-backrest-repo.ubi7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL Vendor="Crunchy Data Solutions" \
1010
summary="Crunchy Data PostgreSQL Operator - pgo-backrest-repo" \
1111
description="Crunchy Data PostgreSQL Operator - pgo-backrest-repo"
1212

13-
ENV PGVERSION="11" BACKREST_VERSION="2.17"
13+
ENV PGVERSION="11" BACKREST_VERSION="2.18"
1414

1515
COPY redhat/atomic/pgo_backrest_repo/help.1 /help.1
1616
COPY redhat/atomic/pgo_backrest_repo/help.md /help.md

ubi7/Dockerfile.pgo-backrest-restore.ubi7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL Vendor="Crunchy Data Solutions" \
1010
summary="Crunchy Data PostgreSQL Operator - pgo-backrest-restore" \
1111
description="pgBackRest backrest restore"
1212

13-
ENV PGVERSION="11" BACKREST_VERSION="2.17"
13+
ENV PGVERSION="11" BACKREST_VERSION="2.18"
1414

1515
COPY redhat/atomic/pgo_backrest_restore/help.1 /help.1
1616
COPY redhat/atomic/pgo_backrest_restore/help.md /help.md

ubi7/Dockerfile.pgo-backrest.ubi7

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL name="crunchydata/pgo-backrest-" \
1212
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
1313
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1414

15-
ENV PGVERSION="11" BACKREST_VERSION="2.17"
15+
ENV PGVERSION="11" BACKREST_VERSION="2.18"
1616

1717
# Crunchy Postgres repo
1818
ADD conf/RPM-GPG-KEY-crunchydata /
@@ -29,8 +29,8 @@ RUN yum -y update --disableplugin=subscription-manager \
2929
&& yum -y install --disableplugin=subscription-manager --setopt=skip_missing_names_on_install=False crunchy-backrest-"${BACKREST_VERSION}" \
3030
&& yum -y clean all
3131

32-
#RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm && chmod -R g=u /pgdata
33-
RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm
32+
#RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm && chmod -R g=u /pgdata
33+
RUN mkdir -p /opt/cpm/bin /pgdata /backrestrepo && chown -R 26:26 /opt/cpm
3434
ADD bin/pgo-backrest/ /opt/cpm/bin
3535
ADD bin/uid_postgres.sh /opt/cpm/bin
3636

0 commit comments

Comments
 (0)