In this, you mention to call this “move-storage” resource, however, in the most recent versions, i have the 1.12.10 version, cannot find that resource, neither anything related to the move-storage information
http://localhost:8042/move-storage
I really appreciate your support on this, as my local C disk its almost full, and i need to move some old images to the azure storage.
You’ll need to write a script to list all studies whose StudyDate is small than 20260101 (by calling /tools/find) and then call the /move-storage on each of them.
Hi Alain, thanks for the response, however im trying to execute through postman the move-storage resource but without success. It says “resource not exists” like the image below.
Also, a quick question, whats the parameter “Resources”, the study id?
Dear Alain, it works! but it works only when my DB is sqlite and the files are stored in the default folder: C:/Orthanc, however, in my prod environment im using postgresql as primary DB, so, when running the move-storage command it says success, however, no file has been uploaded to the storage container.