We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fe15b commit 5a9b446Copy full SHA for 5a9b446
tests/Dockerfile.el9
@@ -55,7 +55,7 @@ WORKDIR /home/pgedge
55
RUN curl -fsSL https://pgedge-download.s3.amazonaws.com/REPO/install.py > /home/pgedge/install.py
56
RUN sudo -u pgedge python3 /home/pgedge/install.py
57
58
-#RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
+RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
59
60
WORKDIR /home/pgedge/postgres
61
0 commit comments