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 revisionBoth sides next revision
install_unifi_on_ubuntu [2021/01/09 07:06] juckinsinstall_unifi_on_ubuntu [2021/01/27 08:44] juckins
Line 3: Line 3:
 //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.//\\
 //<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>// //<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>//
 +
 +__27 Jan 2021__
 +
 +On 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
 +  sudo rm -rf /var/lib/mongodb/journal/*
 +  sudo service mongodb start
  
 __9 Jan 2021__ __9 Jan 2021__
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins