Ctrl+d)
psql --host=localhost --user=sbcs --db=sbcs
CREATE SCHEMA mdh;apt install sbcs-mdh sbcs-mdh-ldap-connector sbcs-mdh-db-connector sbcs-mdh-alfresco-cmis-connector/etc/ecm4u/sbcs-mdh/config
# Host of the DB server.
MDH_DB_HOST=postgresqlMDH_DB_PASSWORD=3KS2AfjdnwZU9dVAk92dY7v7JeVfnoaTmffJ
MDH_DB_DB=sbcs
MDH_DB_OPTIONS=currentSchema=mdh
* Install Java 8. We are using adoptOpenJDK.
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ apt install adoptopenjdk-8-hotspot-jre
* Create required tables in the `mdh` schema
sbcs-mdh-migrate migrate
* Start the Master Data Hub
systemctl start sbcs-mdh
## Upgrading
TODO