Hi, > I wonder whether it is possible to bundle up the database files for > deployment, in such that these files are instantly ready for use by > the database upon deployment.
The best approach is probably to use the BACKUP command or Backup tool (see the docs). To restore the backup, you could use the Restore tool (or another zip tool). > what kind of machine this application is going to be > installed (or even what kind of OS). The database format of H2 is machine independent. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
