Hello,
I need to migrate an existing Orthanc installation to a new server and I would like to confirm the best approach before proceeding.
Current setup:
-
Orthanc 1.5.3 on Windows Server 2016 (VM on VMware ESXi)
-
Storage backend: filesystem (no PostgreSQL/MySQL plugin active)
-
Index: SQLite (default) — confirmed via
/systemendpoint:DatabaseBackendPlugin: null,StorageAreaPlugin: null -
Storage path:
D:\Archivio(~2TB of DICOM files) -
Loaded plugins: OrthancWebViewer, OsimisWebViewer, OrthancDicomWeb, OrthancWSI, ServeFolders, ModalityWorklists, MySQL (index+storage), PostgreSQL (index+storage) — however MySQL and PostgreSQL are loaded but not active as backends
-
No HTTP authentication enabled
Target setup:
-
New Windows Server 2025 VM (Proxmox)
-
Same Orthanc version (1.5.3) to keep compatibility
-
Same folder structure (
D:\Archivio) -
Same IP address as the old server (to avoid reconfiguring DICOM modalities)
Planned migration steps:
-
Stop Orthanc on the old server
-
Copy the entire
D:\Archiviofolder to the new server using Robocopy (including the SQLite index file) -
Copy
orthanc.jsonand all plugin configuration files -
Copy all plugin
.dllfiles -
Start Orthanc on the new server
Questions:
-
Is copying the SQLite index file (
.db) along with the DICOM files sufficient, or should we rebuild the index from scratch on the new server? -
Are there any known compatibility issues running Orthanc 1.5.3 plugins (compiled for Windows) on Windows Server 2025?
-
Would you recommend upgrading directly to the latest Orthanc version during migration, or is it safer to migrate first with 1.5.3 and upgrade later?
-
The current installation runs Orthanc 1.5.3, but the Windows installer archive uses a date-based versioning scheme (YY.MM.x). Which installer version corresponds to Orthanc 1.5.3, or would you recommend migrating directly to the latest version (26.4.1) instead of trying to match the exact version?
Thank you in advance.