Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_unifi_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_unifi_on_ubuntu [2019/10/10 16:33] juckinsinstall_unifi_on_ubuntu [2019/10/11 20:50] juckins
Line 1: Line 1:
 ==== Install Unifi controller on Ubuntu ==== ==== Install Unifi controller on Ubuntu ====
 +
 +__11 Oct 2019__
 +
 +Follow [[https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-Ubuntu-16-04-18-04-/ccbc7530-dd61-40a7-82ec-22b17f027776|these easy update instructions]] to install latest Unifi controller on Ubuntu and run once per month. Make a copy of the VM first (keep NAT settings to force same IP), shut it down, and use the copy VM as a test.
 +
 +Unifi controller update log:
 +
 +  * Initial version 5.7.23
 +  * 11 Oct 2019 - upgraded to 5.11.50
 +    * Needed help from author as I had an unsupported version of mongodb
 +      * Make backup of your controller
 +      * Purge unifi and mongodb
 +        * apt purge unifi mongod* -y
 +      * Install the controller again
 +      * Restore the backup
 +
 +<code>
 +dpkg -l | grep unifi
 +dpkg -l | grep mongo
 +dpkg --remove --force-remove-reinstreq unifi
 +wget https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh; chmod +x unifi-latest.sh; ./unifi-latest.sh
 +apt purge unifi mongod*
 +./unifi-latest.sh
 +./unifi-5.11.50.sh 
 +./unifi-5.11.50.sh -skip
 +</code>
 +
  
 __12 Sep 2019__ __12 Sep 2019__
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins