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 [2020/10/27 15:29] juckinsinstall_unifi_on_ubuntu [2021/01/29 12:48] juckins
Line 2: Line 2:
  
 //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 [[https://www.ui.com/download/unifi/|Unifi controller on Ubuntu]] and run once per month.//\\ //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 [[https://www.ui.com/download/unifi/|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.//+//<color #ed1c24>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.</color>/
 + 
 +__29 Jan 2021__ 
 + 
 +Updated to version 6.0.45 
 + 
 +__27 Jan 2021__ 
 + 
 +Disk space is running low and /var/lib/mongodb/journal/* has lots of files in it.  On a test VM, modify /etc/mongod.conf to add in small files for journal.  See https://docs.mongodb.com/v3.4/reference/configuration-options/  
 + 
 +Then do the following: 
 + 
 +  sudo service mongodb stop (or find processID and kill it) 
 +  sudo rm -rf /var/lib/mongodb/journal/
 +  sudo service mongodb start (or reboot) 
 + 
 +The WiredTigerLog files in /var/lib/mongodb/journal/* are still 100MB large but after testing the Unifi app with the old journals cleared out the web application is responding normally. 
 + 
 +Since the test VM still had 100MB journal files, did not do that on the primary VM. 
 + 
 +__9 Jan 2021__ 
 + 
 +Updated to version 6.0.43 
 + 
 +__6 Dec 2020__ 
 + 
 +Updated to version 6.0.41 
 + 
 +__23 Nov 2020__ 
 + 
 +Updated to version 6.0.36
  
 __27 Oct 2020__ __27 Oct 2020__
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins