Hi all,
I have an orthanc with a storage cap (50 pts) using the postgres backend. I noticed that as it approached the cap, it stopped receiving studies from our PACS and started generating lots of errors like this:
I0122 15:08:49.176110 JobsRegistry.cpp:295] Job backup is not supported for job of type: Archive
My understanding is that when Orthanc reaches its storage cap, it should start flushing the least recently used studies. Is that part of the backup job and might Postgres be interfering with that mechanism? Should I be using a secondary script to prune old studies? Or is this something else?
Derek–