Skip to content

Commit fd37950

Browse files
committed
pgedge setup
1 parent 5a9b446 commit fd37950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Dockerfile.el9

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ 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+
WORKDIR /home/pgedge/pgedge
59+
# TODO see if this step can be avoided
5860
RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
5961

6062
WORKDIR /home/pgedge/postgres

0 commit comments

Comments
 (0)