Skip to content

Commit 5a9b446

Browse files
committed
run pgedge setup
1 parent d1fe15b commit 5a9b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.el9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ WORKDIR /home/pgedge
5555
RUN curl -fsSL https://pgedge-download.s3.amazonaws.com/REPO/install.py > /home/pgedge/install.py
5656
RUN sudo -u pgedge python3 /home/pgedge/install.py
5757

58-
#RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
58+
RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
5959

6060
WORKDIR /home/pgedge/postgres
6161

0 commit comments

Comments
 (0)