Hello together,
I recently updated the index database from SQLite to Postgres. I used a simple Migration script, which loads all files from disk into my new orthanc instance.
Now comes my problem. I used the same storage area for the files as in the old orthanc instance (I hoped that only the index database would rebuild since I deactivated EnableStorage in the postgres driver). I noticed that the occupied memory of the file storage doubled, but the indexing seems to be correct (orthanc is running fine).
I think that there are files on my disk that are not tracked by my index database.
Is there a way to delete the duplicated (and maybe untracked files) from the storage are without loosing the correctly indexed files?
Kind regards, Paul