Hi all,

I use multiple h2 databases in embedded mode in a server process. In some 
occasions I need to do some file system actions (like creating a backup 
archive) involving directories containing a h2 database. Doing this while 
there are active connections on the database often results in corrupted 
databases in the backup.

I created the ability to forcefully close all connections to a database 
before doing such file system actions but I want to make sure all database 
writes have been flushed and h2 does not hold any file handles to the 
database.

Is closing all connections enough or do I have to take additional measures?

Cheers,

Silvio

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to