Hello everyone,
I’m trying to migrate a dockerized Orthanc instance from file indexing to postgres.
Reading documentation, better solution in my case is ImportDicomFiles.py which I’ve already used.
The idea is to create new dockerized instance with postgres configuration alongside the old one with same shared dicom storage and execute ImportDicomFiles.py.
I’m pretty sure in the past the migration/importing has generated same directory hierarchy, so I’ve been expected this behaviuor again with overwriting dcm file in dicom storage, letting me two instances of Orthanc with different indexes and sharing storage, with no disservices and little issues only with very latest studies (not crucial now).
Unfortunately during some recent tests I noted ImportDicomFiles.py executes a migration but generates different folders, so this means I cannot avoid disservices and mainly I’ll need double of the space besides the fact I’ll have to perform a delete of old studies which are not overwritten.
Is actually like this?
There is a way to perform what I need?
Hope I’ve been clear
Thank you so much
Jacopo