Werk #16422: omd update: Fix Checkmk Free Edition Crash
| Component | Site management | ||
| Title | omd update: Fix Checkmk Free Edition Crash | ||
| Date | Apr 16, 2024 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
While upgrading from the 2.1.0 Checkmk Free Edition to a 2.2.0 Checkmk Enterprise Edition, the following crash occured and the update failed:
File "/omd/versions/2.2.0p21.cce/lib/python3.11/enum.py", line 790, in __getitem__
return cls._member_map_[name]
KeyError: 'CFE'
This crash is now fixed.