mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Adds upgrading docs
This commit is contained in:
parent
e336d0a4c4
commit
92d86549c2
1 changed files with 20 additions and 0 deletions
20
doc/30-upgrading-framework.md
Normal file
20
doc/30-upgrading-framework.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Upgrading Icinga PowerShell Framework
|
||||
|
||||
Upgrading Icinga PowerShell Framework is usually quite straightforward.
|
||||
|
||||
Specific version upgrades are described below. Please note that version updates are incremental.
|
||||
|
||||
## Upgrading to v1.1.0 (pending)
|
||||
|
||||
### Behavior changes
|
||||
|
||||
The behaviour on how the `-AcceptConnections` argument of the setup wizard is working has been fixed. Prior to version v1.1.0 the opposite effect took place.
|
||||
|
||||
Previous behaviour:
|
||||
|
||||
Setting `-AcceptConnections 1` would continue with having to configure endpoint configurations while `-AcceptConnections 0` would open the Windows Firewall for incoming connections
|
||||
|
||||
New behavior:
|
||||
|
||||
Setting `-AcceptConnections 1` will only configure the Agent to wait for parent node(s) and open the Windows firewall for incoming traffic.
|
||||
Using `-AcceptConnections 0` is now working properly by letting the Agent establish the connection to the parent node(s)
|
||||
Loading…
Reference in a new issue