]> granicus.if.org Git - icinga2/commit
Add link to upgrade documentation to log message 5042/head
authorMarius Bergmann <marius@yeai.de>
Tue, 28 Feb 2017 16:02:10 +0000 (17:02 +0100)
committerMarius Bergmann <marius@yeai.de>
Tue, 28 Feb 2017 16:02:10 +0000 (17:02 +0100)
commit38d7f9a19ef2cabaf59c13f4232d7e3d35c9656a
treec547fe10f7ba96f9f1d4ec069306fdd0abd9d214
parent2ce3fcc514ac56ef9da60e4a969b30a6da615b18
Add link to upgrade documentation to log message

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.
lib/db_ido_mysql/idomysqlconnection.cpp
lib/db_ido_pgsql/idopgsqlconnection.cpp