add doc/capsman-rolling-upgrade.md

This commit is contained in:
Christian Hesse 2020-03-27 21:40:16 +01:00
parent 74d192cf53
commit 77c1f6fd63
2 changed files with 40 additions and 0 deletions

View file

@ -4,6 +4,7 @@
# Michael Gisbers <michael@gisbers.de>
#
# upgrade CAPs one after another
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md
:global ScriptLock;

View file

@ -0,0 +1,39 @@
Run rolling CAP upgrades from CAPsMAN
=====================================
[◀ Go back to main README](../README.md)
Description
-----------
CAPsMAN can upgrate CAP devices. This script runs a rolling upgrade for
out-of-date CAP devices. The idea is to have just a fraction of devices
reboot at a time, having the others to serve wireless connectivity.
Requirements and installation
-----------------------------
Just install the script:
$ScriptInstallUpdate capsman-rolling-upgrade;
Usage and invocation
--------------------
This script is intended as an add-on to
[capsman-download-packages](capsman-download-packages.md), being invoked by
that script when required.
Alternatively run it manually:
/ system script run capsman-rolling-upgrade;
See also
--------
* [Download packages for CAP upgrade from CAPsMAN](capsman-download-packages.md)
---
[◀ Go back to main README](../README.md)
[▲ Go back to top](#top)