I started syncope with h2 database on tomcat, and have noticed one detail in persistence.properties: The datasource use is in-memory h2 database. When tomcat goes down, DB erased. > jpa.url=jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1 I propose to set H2 create DB at least in user folder: > jpa.url=jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1 does it make sense?
Thank you, Roman
