Connect to Internal Database

Last modified by Sean Hetherington on 2021/09/10 22:40

The iSymphony internal database is an H2 instance, see: http://www.h2database.com/html/main.html. Do not connect to the database while iSymphony is running, concurrent connections to the database may cause corrupted data. See Starting And Stopping The iSymphony Server to stop the service.

Connecting to the database directly is not officially supported. Any issues that may arise as a result will not be covered by support; usually issues will require running the recovery tools or reinstalling iSymphony. Making a backup of the database before proceeding is highly advised.

Connection Details:

JDBC URL: jdbc:h2:/opt/isymphony3/server/conf/servers/default/
user: admin 
password: admin

 

If you have Core Servers other than default you will need to replace default with the slug of the core server you are working with.

 

 

 

 

 

 

   
iSymphony