H2 Driver: h2-1.3.169.jar IDE: Eclipse 3.7 RCP (OSGI) Target platforms: Windows, Linux and MAC OSX
We recently implemented automatic backup of the database was using the * Backup.execute* method of the H2 jar. It works fine under the Eclipse IDE (not exported) on every platform *It DOES NOT work under EXPORTED form on the MAC OSX (10.7, 10.8, 10.9)* The backup is not executed, and there is no exception thrown. So, after we isolated the problem, we stared using an alternative method: ZIP the database using zip4j lib. That works fine using the same exact parameters (database, folder, etc) passed to the *Backup.execute* method, so, we can conclude that there is some kind on code compatibility problem with H2 backup. Can't give you more details, as we did not hack inside H2 code. -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
