Thanks Evgenij, seems like I have to refresh my system knowledge and I have been using veeeeery old version of H2 for too long ;) Have a good day !
François Le lundi 20 novembre 2023 à 16:11:02 UTC+1, Evgenij Ryazanov a écrit : > Hello! > > 1. H2 uses file system locks by default for a very long time, so there is > no additional file. In few special cases file systems (usually virtual or > remote ones) don't support locks well. In these cases you can add > ;FILE_LOCK=FILE to JDBC URL to use that old method instead of modern one. > 2. Operating systems usually can rename files even when they are accessed, > if application doesn't try to re-open these files under old names it > shouldn't produce any problems. But this is a bad idea anyway, it still can > break some commands, such as SHUTDOWN COMPACT and others. > -- 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/5ff71477-9b7e-4676-b10e-f5be8b2bea9dn%40googlegroups.com.
