How to change storage path ?

Im using Orthanc with PostgresSQL for indexing.The image data is stored on the file-system.I want to change the location of the storage area ie where the image data is stored.Basically from folder D:\OrthancImages to E:\OrthancImages. Any tips on how to go about doing this ?

  • Stop Orthanc,
  • Move your files from D to E
  • update the path in config file from D to E
  • Restart Orthanc

That’s it? Nothing needs to be done at Postgres DB end?

no, there’s no absolute path stored in the DB

Great.Thanks !!!