We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1760c commit 8b21fd9Copy full SHA for 8b21fd9
postgresql-containers/build/upgrade/Dockerfile
@@ -107,6 +107,7 @@ RUN mkdir -p /opt/crunchy/bin /pgolddata /pgnewdata /opt/crunchy/conf
107
COPY bin/upgrade/ /opt/crunchy/bin
108
COPY bin/common /opt/crunchy/bin
109
COPY conf/upgrade/ /opt/crunchy/conf
110
+COPY bin/relocate-extensions.sh /usr/local/bin/relocate-extensions.sh
111
112
RUN chown -R postgres:postgres /opt/crunchy /pgolddata /pgnewdata && \
113
chmod -R g=u /opt/crunchy /pgolddata /pgnewdata
0 commit comments