ubiquiti:controller:upgrade_controller
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubiquiti:controller:upgrade_controller [2020/10/26 08:56] – 192.168.1.1 | ubiquiti:controller:upgrade_controller [2022/10/11 10:28] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubiquiti - Controller - Upgrade Controller ====== | ====== Ubiquiti - Controller - Upgrade Controller ====== | ||
+ | |||
+ | Read the synopsis for the specific upgrade release at https:// | ||
+ | |||
+ | Obtain the URL from the **Download Links**. | ||
+ | |||
+ | * Example, https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Use SSH ===== | ||
+ | |||
+ | <code bash> | ||
+ | ssh ubnt@192.168.1.10 | ||
+ | ubnt@192.168.1.10' | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | cd /tmp | ||
+ | |||
+ | ls -l | ||
+ | |||
+ | rm unifi_sysvinit_all.deb | ||
+ | |||
+ | wget https:// | ||
+ | |||
+ | sudo dpkg -i unifi_sysvinit_all.deb | ||
+ | |||
+ | rm unifi_sysvinit_all.deb | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== On UDMP ===== | ||
+ | |||
+ | <code bash> | ||
+ | unifi-os shell | ||
+ | |||
+ | rm / | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
===== Use Bash Script ===== | ===== Use Bash Script ===== | ||
Line 123: | Line 168: | ||
<code bash> | <code bash> | ||
./ | ./ | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== On UDMP ===== | ||
- | |||
- | <code bash> | ||
- | unifi-os shell | ||
- | |||
- | rm / | ||
</ | </ | ||
Line 142: | Line 177: | ||
https:// | https:// | ||
+ | https:// |
ubiquiti/controller/upgrade_controller.1603702574.txt.gz · Last modified: 2020/10/26 08:56 by 192.168.1.1