Skip to content

Commit 5a0504c

Browse files
author
Michael Friedrich
committed
Docs: Add upgrading notes for 2.11.x bugfix releases
(cherry picked from commit bc50db3)
1 parent df24d51 commit 5a0504c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/16-upgrading-icinga-2.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ follow the instructions for v2.7 too.
1010

1111
## Upgrading to v2.11 <a id="upgrading-to-2-11"></a>
1212

13+
### Bugfixes for 2.11 <a id="upgrading-to-2-11-bugfixes"></a>
14+
15+
2.11.1 on agents/satellites fixes a problem where 2.10.x as config master would send out an unwanted config marker file,
16+
thus rendering the agent to think it is autoritative for the config, and never accepting any new
17+
config files for the zone(s). **If your config master is 2.11.x already, you are not affected by this problem.**
18+
19+
In order to fix this, upgrade to at least 2.11.1, and purge away the local config sync storage once, then restart.
20+
21+
```
22+
yum install icinga2
23+
24+
rm -rf /var/lib/icinga2/api/zones/*
25+
rm -rf /var/lib/icinga2/api/zones-stage/*
26+
27+
systemctl restart icinga2
28+
```
29+
30+
2.11.2 fixes a problem where the newly introduced config sync "check-change-then-reload" functionality
31+
could cause endless reload loops with agents. The most visible parts are failing command endpoint checks
32+
with "not connected" UNKNOWN state. **Only applies to HA enabled zones with 2 masters and/or 2 satellites.**
33+
34+
In order to fix this, upgrade all agents/satellites to at least 2.11.2 and restart them.
35+
1336
### Packages <a id="upgrading-to-2-11-packages"></a>
1437

1538
EOL distributions where no packages are available with this release:

0 commit comments

Comments
 (0)