Re: [h2] Fail to stop database while executing 'BACKUP TO' query

2015-03-02 Thread Ivan Pavlukhin
Hi Thomas, Thank you for suggestion. The problem was solved! воскресенье, 1 марта 2015 г., 12:45:22 UTC+3 пользователь Thomas Mueller написал: Hi, What you could do is use a custom file system implementation for the backup target. See http://h2database.com/html/advanced.html#file_system -

Re: [h2] Fail to stop database while executing 'BACKUP TO' query

2015-03-01 Thread Thomas Mueller
Hi, What you could do is use a custom file system implementation for the backup target. See http://h2database.com/html/advanced.html#file_system - there are quite a few file system implementations available in the H2 source code. That way, you can throw an exception in the file system (when

[h2] Fail to stop database while executing 'BACKUP TO' query

2015-02-27 Thread Ivan Pavlukhin
Hi, We are using 1.3.163 version of h2db as an embedded db in a single thread mode. I have encounter a problem that it is impossible to stop application while 'BACKUP TO' sql statement is in execution. It is a big problem for our project. Our clients databases can be around 1GB size and