cancel
Showing results for 
Search instead for 
Did you mean: 

H2 Database file location

abdulkhanc
Champ in-the-making
Champ in-the-making
Hi,

I am new to activiti. Currently I am using H2 database as follows

db=h2
jdbc.driver=org.h2.Driver
jdbc.url=jdbc:h2:~/activiti;
jdbc.username=sa  
jdbc.password=

I uninstalled h2 from my pc and still it is working, means data is persistent.
Now I want to know where the h2 database (jdbc:h2:~/activitiSmiley Wink is located in my pc.
Also i want to know how to take backup and do the restore?

Thanks and regards
abdul
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
See http://www.h2database.com/html/faq.html#database_files

–> in your user directory under the name you've chosen