Commit 47fc61d4 authored by Catalin Irimie's avatar Catalin Irimie

Adds the geo user to be used by the command

parent 552e9afa
...@@ -196,7 +196,7 @@ the tracking database on port 5432. ...@@ -196,7 +196,7 @@ the tracking database on port 5432.
GEO_DB_PORT="5432" GEO_DB_PORT="5432"
query_exec () { query_exec () {
gitlab-psql -h $GEO_DB_HOST -d $GEO_DB_NAME -p $GEO_DB_PORT -c "${1}" gitlab-psql -h $GEO_DB_HOST -U $GEO_DB_USER -d $GEO_DB_NAME -p $GEO_DB_PORT -c "${1}"
} }
query_exec "CREATE EXTENSION postgres_fdw;" query_exec "CREATE EXTENSION postgres_fdw;"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment