ApplicationDb (Postgres) installed under docker container. To find the location of ApplicationDB in an environment either check from install.properties file located under "/opt/infogix/sagacity-3.x/properties/" OR run docker ps as sagacity user.
Connecting to Postgres DB :
-
docker exec -it sagacityApplicationDb bash
-
psql -U postgres -d igxsagacity
- Execute the provided sql scripts.
- To exit from Postgres run "\q" and exit from Postgres container type "exit".
Comments
0 comments
Please sign in to leave a comment.