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/11 17:51] juckinsinstall_unifi_on_ubuntu [2019/10/11 17:55] juckins
Line 9: Line 9:
   * Initial version 5.7.23   * Initial version 5.7.23
   * 11 Oct 2019 - upgraded to 5.11.50   * 11 Oct 2019 - upgraded to 5.11.50
-    * Needed help from author +    * Needed help from author as I had an unsupported version of mongodb 
-    * Make backup of your controller +      * Make backup of your controller 
-    * Purge unifi and mongodb +      * Purge unifi and mongodb 
-      * apt purge unifi mongod* -y +        * apt purge unifi mongod* -y 
-    * Install the controller again +      * Install the controller again 
-    * Restore the backup+      * 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>
  
  
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins