Skip to main content
Version: 3.7.6

Database

Database connection is configured in two different configuration files. Both must point to the same database.

In conf/bundles/com.agosense.symphony.db-default.cfg adjust the following properties:

db.url=jdbc:postgresql://<server>:<port>/<database>db.user=<user>db.password=<password>

Apply the same changes to the following properties in conf/bundles/symphony.db.cfg:

jakarta.persistence.jdbc.Url=jdbc:postgresql://<server>:<port>/<database>jakarta.persistence.jdbc.User=<user>jakarta.persistence.jdbc.Password=<password>
caution

Make sure that the configured user is the owner of the database that you connect to.