currently I am using SQlite backend and have more then 200gb of dicom files and around 100000 of instanced, how to move all of this from sqlite database to postgresql db is there?
my orthanc server is running on windows.
في Monday, November 29, 2021 في تمام الساعة 1:44:34 PM UTC+3، كتب mohammed alkh رسالة نصها:
Hi,
There’s no real upgrade procedure from SQLite to Postgres. You should actually:
- stop Orthanc SQLite
- copy your storage folder to another location
- start Orthanc Postgres,
- run this script to import your old storage folder: https://book.orthanc-server.com/users/replication.html#direct-access-to-the-filesystem
HTH,
Alain