-
The error is entirely expected — the run-all.sh script depended on a pre-created PostgreSQL database named sztabdb, but I removed that script after moving to the new unified sztab Docker/Compose setup which weaves in PostgreSQL + sztab-backend + sztab-UI containers into a single working system. The new Compose files that replaced it auto-create the database correctly, but run-all.sh does not.
In short: • run-all.sh is now obsolete and no longer maintained • It still points to the old environment, which expected sztabdb to exist • The current recommended workflow is the unified sztab/ compose setup (docker-compose up --build), which works end-to-end
I will remove the script run-all.sh and instead put in place a new executable that will bring up the new env.
| Type |
Bug
|
| Priority |
Blocker
|
| Assignee | |
| Version |
none
|
| Sprints |
n/a
|
| Customer |
n/a
|
This is in reference to @rk email from 11/11/2025 with the subject "Sztab 1.4 with basic Dashboard".
I tried to run it according to instructions, basically running the command:
By the way such a command is a great way to allow anybody for a quick test deployment.
However, I am getting error/exception from the stab-backend about missing database:
sztabdb. Here is stack trace with the exact error message: