Re: [h2] Need advice with embedded H2 losing data due to "revert"

2023-05-04 Thread Noel Grandin
On 5/3/2023 3:10 PM, Christian Dirks wrote: We are running a java application using embedded H2 databases and ran into data loss situation that we can not explain. It appears as if the database reverted to a previous state - or that data wasn't written to file for hours. Given the lengths

[h2] In-file H2 database in a Docker container

2023-05-04 Thread Thomas Collignon
Hello, Is there an example somewhere of the code of a simple Java app (Spring Boot would be nice) running in a Docker container, and using an in-file (not in-memory) H2 database ? Linked post on StackOverflow