Wiki source code of Connect to Internal Database

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

Show last authors
1 The iSymphony internal database is an H2 instance, see: [[http:~~/~~/www.h2database.com/html/main.html>>url:http://www.h2database.com/html/main.html||shape="rect"]]. Do not connect to the database while iSymphony is running, concurrent connections to the database may cause corrupted data. See [[doc:ISYMDOCS.Starting And Stopping The iSymphony Server]] to stop the service.
2
3 {{warning}}
4 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>>doc:Repair Corrupted Internal Database]] or reinstalling iSymphony. Making a backup of the database before proceeding is highly advised.
5 {{/warning}}
6
7 Connection Details:
8
9 {{{JDBC URL: jdbc:h2:/opt/isymphony3/server/conf/servers/default/}}}
10
11 {{{user: admin }}}
12
13 {{{password: admin}}}
14
15
16
17 {{info}}
18 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.
19 {{/info}}
20
21
22
23
24
25
26
27
28
29
30
31
iSymphony