mirror of
https://github.com/Icinga/icinga2.git
synced 2025-10-22 15:53:50 +02: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.