Delayed Deletions with MySQL plugin

Does Delayed Deletions still work even if Orthanc is configured using a non-SQLite database?

(source)

Hi Dave,

Yes, the plugin uses its own sqlite DB that is independent from the main Orthanc DB.

When running multiple instance on the same DB (e.g a PostgreSQL DB), each Delayed Deletion plugin will maintain its own list of files to delete and store it in its own SQLite DB. To make sure each instance has its own DB, the plugin uses the DatabaseServerIdentifier configuration to generate the name of the SQLite DB.

HTH,

Alain