Something like: java -classpath h2.jar org.h2.mvstore.MVStoreTool -dump /path/to/database/test.mv.db >/dev/null
On Tuesday, May 19, 2026 at 10:34:25 AM UTC-4 Cédric Briner wrote: > Hi > > On 5/19/2026 9:12 AM, Cédric Briner wrote: > > > > Is there a way to verify that the db is coherent and able to play de > redo logs ? > > > > Use the dump tool and dump it to the null device should be a good test, > because that will cause the code to read and > parse the entire contents. > > As I do not know at all h2 databases, what bash command should I use to do > this dump in /dev/null ? > > Regards, > cED > -- 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 view this discussion visit https://groups.google.com/d/msgid/h2-database/0a4cdf08-f9d2-402f-9a37-cdfe6d1d931an%40googlegroups.com.
