Werk #10182: Cleanup version specific cache files during version updates
Komponente | Core & Setup |
---|---|
Titel | Cleanup version specific cache files during version updates |
Datum | 2019-09-26 09:33:58 |
Checkmk Edition | Checkmk Raw Edition (CRE) |
Checkmk Version | 1.6.0p2,1.7.0i1 |
Level | Trivial Change |
Klasse | Bug Fix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
In some cases it happened that some Checkmk version specific cache files, e.g. in tmp/check_mk/check_includes or var/check_mk/precompiled_checks were not updated after the update, making Checkmk use files of the previous version after the update. The cmk-update-config command, which is automatically executed by omd update during the version update, is now cleaning up these caches automatically to ensure a clean start with the new version.