I'm trying to start database RUN java -cp /tmp/h2/h2.jar org.h2.tools.Server -webAllowOthers
-tcpAllowOthers -ifNotExists -tcpPort 9092 -baseDir /tmp/h2/data -url jdbc:h2:mem:test & from docker file and documentation says it will create database if it doesn't exists yet when i connect to Shell it is clear that jdbc:h2:mem:test database is not created. I searched the document and couldn't find a way to create db at startup with using command line -- 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 on the web visit https://groups.google.com/d/msgid/h2-database/81f9ccc6-a840-4173-a0ed-5381ea9aa132n%40googlegroups.com.
