Eran Ifrach
Eran Ifrach
Now I tried to use the build to upgrade from 12 to 13 using the fedora image - seems that PSQL12 not found `quay.io/fedora/postgresql-13:latest` ```console ========== $PGDATA upgrade: 12 ->...
just fyi, after playing a bit with the script I managed to upgrade to 13 -- not sure this will fit all builds but this is my workaround https://github.com/sclorg/postgresql-container/commit/9c25f36b62cbdddbedff20e51902709a2204190b
sry for the late response, but for RHEL images it's a big issue for some of openshift operators and PSQL12 is EOL soon. do you have any other solution ?
The app uses official Redhat images, which also have security updates and those very important to us. For this I would need either to create a custom build or create...
btw, this is how I got the upgrade to work ```Dockerfile FROM quay.io/sclorg/postgresql-13-c8s:latest USER root ENV PQSL12_BIN=/usr/lib64/pgsql/postgresql-12 ENV PQSL12_DESTANATION=/opt/rh/rh-postgresql12/root/usr RUN dnf install -y procps-ng util-linux postgresql-upgrade RUN mkdir -p $PQSL12_DESTANATION...
@fila43 I've added a initial PR #562 I test it locally and seems to be working -- can you review and comment thanks !
/ok-to-test
/test edge-images /test edge-lint /test edge-ci-index /test mce-images
/override ci/prow/subsystem-test