doc: Add upgrading note about the dashboard breaking change

refs #3542
This commit is contained in:
Johannes Meyer 2019-06-27 08:47:41 +02:00
parent fdff949a59
commit 40ab96be98
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ v2.3 to v2.5 requires to follow the instructions for v2.4 too.
for log messages emitted by jquery-migrate. (https://github.com/jquery/jquery-migrate) Your javascript code will still
work, though jquery-migrate will notify you if you're utilizing deprecated/removed functions. jquery-migrate will be
removed with Icinga Web v2.8 and code not adjusted accordingly will stop working.
* If you're using a language other than english and you've adjusted or disabled module dashboards, you'll need to
update all of your `dashboard.ini` files. A CLI command exists to assist you with this task. Enable the `migrate`
module and run the following on the host where these files exist: `icingacli migrate dashboard sections --verbose`
## Upgrading to Icinga Web 2 2.6.x <a id="upgrading-to-2.6.x"></a>