ubiquiti:cli:upgrade_controller
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubiquiti:cli:upgrade_controller [2020/10/22 18:14] – 192.168.1.1 | ubiquiti:cli:upgrade_controller [2020/10/22 18:24] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
https:// | https:// | ||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | Open the relevant UniFi Network Controller **General** or **Beta** release page and copy the **UniFi Controller for Debian/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | 5. Open a SSH session using your favorite SSH/Telnet client program. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | See the Intro to Networking - How to Establish a Connection Using SSH article for more information on how to connect to the Cloud Key using SSH. | ||
+ | |||
+ | </ | ||
+ | |||
+ | 6. Navigate to the /tmp directory: | ||
+ | |||
+ | <code bash> | ||
+ | cd /tmp | ||
+ | </ | ||
+ | |||
+ | 7. Verify if there are any previous installation files present in the directory and delete them if applicable: | ||
+ | |||
+ | <code bash> | ||
+ | ls -l | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | rm unifi_sysvinit_all.deb | ||
+ | </ | ||
+ | |||
+ | 8. Use the wget command with the previously copied link to download the UniFi Controller installation file and store it in the /tmp directory. | ||
+ | |||
+ | 9. Replace https:// | ||
+ | |||
+ | <code bash> | ||
+ | wget https:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | 10. Wait for the firmware download process to complete and install the new version using the dpkg command: | ||
+ | |||
+ | <code bash> | ||
+ | sudo dpkg -i unifi_sysvinit_all.deb | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** If the UniFi Controller version needs to be downgraded to an older release, then the currently installed version can be removed with the <code bash> | ||
+ | </ | ||
+ | |||
+ | |||
+ | 11. Wait for the installation process to complete and remove the unifi_sysvinit_all.deb file afterwards. | ||
+ | |||
+ | <code bash> | ||
+ | rm unifi_sysvinit_all.deb | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
ubiquiti/cli/upgrade_controller.1603390485.txt.gz · Last modified: 2020/10/22 18:14 by 192.168.1.1