Ctrl+d)
psql --host=localhost --user=sbcs --db=sbcs
CREATE SCHEMA stm;apt install sbcs-sm/etc/ecm4u/sbcs-sm/config
# Host of the DB server.
SM_DB_HOST=postgresqlSM_DB_USER=sbcs
SM_DB_PASSWORD=3KS2AfjdnwZU9dVAk92dY7v7JeVfnoaTmffJ
SM_DB_DB=sbcs
SM_DB_OPTIONS=currentSchema=stm
* Create required tables in the `stm` schema
sbcs-sm-migrate migrate
* Start the Status Machine Service
systemctl start sbcs-sm
## Upgrading
TODO