I am running Orthanc Server on Windows Server 2019, using MySQL as the database backend. Suddenly, all previous images disappeared from the interface. The service is still running and currently receiving new images, but the historical data is gone. I have a backup available.
I have two specific questions regarding how Orthanc handles data:
-
Storage Location: Are the DICOM instances stored as BLOB fields directly inside the
orthanc_dbMySQL database, or are they stored as physical files in the “OrthancStorage” folder by default? -
Backup/Restore: If I restore a previous backup of the MySQL database, will the images be restored as well, or do I need to restore a specific folder on the file system?
I would appreciate any guidance on how to properly recover my data and why this might have happened (perhaps a path configuration issue in the JSON file?).
Thank you in advance.
