# HG changeset patch # User Alain Mazy # Date 1695650824 -7200 # Node ID 937450f76f8dfcbd3db7394d887ce4a61a066780 # Parent 0eed6318d424c89b288be8bd3ea498f42e0922d8 hk tip diff -r 0eed6318d424 -r 937450f76f8d Sphinx/source/plugins/housekeeper.rst --- 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 -----------