Hum ... this is really strange :
After restarting Orthanc, I can no more read the db from command line. I get "Error: database is locked" !
Before restart, Orthanc worked fine and I could read the db, but updates were not visible.
It was like if Orthanc where working with a copy of the db, while I watched the original static file... is there a sort of memory cache with sqlite ?
My Orthanc is hosted on a cloud instance, with the db stored on a mounted virtual drive. What happens if the drive is temporarily disconnected then reconnected ? Does Orthanc keep the connexion to the database or automaticaly reopens a new one ?