Skip to content

Commit 8b21fd9

Browse files
authored
K8SPG-254: Add relocate extension script to upgrade image (percona#978)
1 parent 7d1760c commit 8b21fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgresql-containers/build/upgrade/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ RUN mkdir -p /opt/crunchy/bin /pgolddata /pgnewdata /opt/crunchy/conf
107107
COPY bin/upgrade/ /opt/crunchy/bin
108108
COPY bin/common /opt/crunchy/bin
109109
COPY conf/upgrade/ /opt/crunchy/conf
110+
COPY bin/relocate-extensions.sh /usr/local/bin/relocate-extensions.sh
110111

111112
RUN chown -R postgres:postgres /opt/crunchy /pgolddata /pgnewdata && \
112113
chmod -R g=u /opt/crunchy /pgolddata /pgnewdata

0 commit comments

Comments
 (0)