mirror of
https://github.com/Icinga/icinga2.git
synced 2025-11-14 10:50:30 +01:00
When there's a schema version mismatch after an upgrade, the following message is logged: ``` Schema version 'x.y.z' does not match the required version 'x.y.z' (or newer)! Please check the upgrade documentation. ``` After reading this log message, users have to search for the upgrade section in the docs in order to perform the necessary steps. I added the URL for the relevant sections to the log message, so users can simply click/copy it.