Hi,
We are using a h2 database in one of our product integrated at our organisation. We are not able to order a dump every hour as the application does not allow this.
We were thinking to use a snapshot done by the OS to help us. We will use the "lvm" command on linux. As defined on the "lvcreate" man page. This snapshot is coherent and hapenning as an atomic wax (frozen). This means that that db will be in the same state as if the system crashes.
Is there a way to verify that the db is coherent and able to play de redo logs ?
Thanks in advance.
cED