Mercurial > hg > orthanc-book
changeset 981:937450f76f8d
hk tip
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 25 Sep 2023 16:07:04 +0200 |
parents | 0eed6318d424 |
children | c9125053f158 |
files | Sphinx/source/plugins/housekeeper.rst |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/housekeeper.rst Sun Sep 03 09:22:51 2023 +0200 +++ b/Sphinx/source/plugins/housekeeper.rst Mon Sep 25 16:07:04 2023 +0200 @@ -120,6 +120,16 @@ You can get a progress status of the plugin by calling the ``/housekeeper/status`` API route. +Tips +---- + +* The housekeeper plugin saves its state in the Orthanc SQL database in the ``ServerProperties`` + table. When running the Housekeeper plugin in a Docker environment, it is mandatory to + set the ``DatabaseServerIdentifier`` configuration to make sure that an Orthanc container + keeps the same identifier over multiple runs which should prevent the Housekeeper plugin to + start again from scratch when Orthanc is restarted. + + Compilation -----------