File tree Expand file tree Collapse file tree
internal/controller/standalone_pgadmin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ const (
1515 pgAdminPort = 5050
1616
1717 // Directory for pgAdmin in container
18- pgAdminDir = "/usr/local/lib/python3.11 /site-packages/pgadmin4"
18+ pgAdminDir = "/usr/local/lib/python3.12 /site-packages/pgadmin4"
1919)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ containers:
4545 - |-
4646 monitor() {
4747 export PGADMIN_SETUP_PASSWORD="$(date +%s | sha256sum | base64 | head -c 32)"
48- PGADMIN_DIR=/usr/local/lib/python3.11 /site-packages/pgadmin4
48+ PGADMIN_DIR=/usr/local/lib/python3.12 /site-packages/pgadmin4
4949 APP_RELEASE=$(cd $PGADMIN_DIR && python3 -c "import config; print(config.APP_RELEASE)")
5050
5151 echo "Running pgAdmin4 Setup"
@@ -246,7 +246,7 @@ containers:
246246 - |-
247247 monitor() {
248248 export PGADMIN_SETUP_PASSWORD="$(date +%s | sha256sum | base64 | head -c 32)"
249- PGADMIN_DIR=/usr/local/lib/python3.11 /site-packages/pgadmin4
249+ PGADMIN_DIR=/usr/local/lib/python3.12 /site-packages/pgadmin4
250250 APP_RELEASE=$(cd $PGADMIN_DIR && python3 -c "import config; print(config.APP_RELEASE)")
251251
252252 echo "Running pgAdmin4 Setup"
You can’t perform that action at this time.
0 commit comments