ubiquiti:cli:upgrade_controller
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubiquiti:cli:upgrade_controller [2020/10/22 18:13] – created 192.168.1.1 | ubiquiti:cli:upgrade_controller [2020/10/22 18:24] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
1. Navigate to the Ubiquiti [[https:// | 1. Navigate to the Ubiquiti [[https:// | ||
- | 2. The latest UniFi Controller releases are listed in the Software section. | + | 2. The latest UniFi Controller releases are listed in the **Software** section. |
- | 3. Expand the UniFi Network Controller for Debian/ | + | 3. Expand the **UniFi Network Controller for Debian/ |
- | 4. Accept the EULA and copy the firmware download URL. An example URL is: | + | 4. Accept the EULA and copy the firmware download URL. An example URL is: < |
+ | 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:// | ||
- | https:// |
ubiquiti/cli/upgrade_controller.1603390430.txt.gz · Last modified: 2020/10/22 18:13 by 192.168.1.1