unofficial-unifi / unifi-pfsense

A script that installs the UniFi Controller software on pfSense and other FreeBSD systems
BSD 2-Clause "Simplified" License
755 stars 245 forks source link

Beta UniFiNetworkApplication 7.2.87 Fry-Kun #280

Closed tong2x closed 2 years ago

tong2x commented 2 years ago

Using User: Fry-kun's code for removing all mongdoDB except latest (Mongodb42)

beta UniFiNetworkApplication 7.2.87 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/y294dxxe | sh -s

beta UniFiNetworkApplication 7.2.85 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/4rz8ycwz | sh -s

RC UniFiNetworkApplication 7.1.66 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/2p857pdd | sh -s

Official UniFiNetworkApplication 7.1.65 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/2s3hkzpa | sh -s

Official UniFiNetworkApplication 7.1.61 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/5n6zcybj | sh -s

Beta UniFiNetworkApplication 7.1.60 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/44ux65t9 | sh -s

Beta UniFiNetworkApplication 7.1.59 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/tpty7fte | sh -s

Beta UniFiNetworkApplication 7.1.55 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/3ca6x72x | sh -s

Official UniFiNetworkApplication 7.0.23 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/45v7xh6w | sh -s

Beta UniFiNetworkApplication 7.0.22 Firmware Overview/Details Install command: fetch -o - https://tinyurl.com/yw7mz3ak | sh -s

Beta UniFiNetworkApplication 7.0.18 Install command: fetch -o - https://tinyurl.com/yeumkctm | sh -s

install at your own risk, back up your DB first

Was having problems editing Fry-Kun pull so created this pull to use the latest Unifi beta build with his added mongodb code

tong2x commented 2 years ago

works great for one of my device that is not installing mongoDB42

hacesoft commented 2 years ago

Have a nice day, I tried, installed and works perfectly. It does not consume much system resources. I recommend.

tong2x commented 2 years ago

updated to Beta/Official UniFiNetworkApplication 7.0.22 Fry-Kun

slmingol commented 2 years ago

Tested out 7.0.23, worked fine on PFSense 2.5.0

tong2x commented 2 years ago

package is installing in OPNsense 22.1.7_1-amd64 but has this minor errors

_a usr/local/UniFi/data/backup/autobackup/autobackup_7.1.61_20220430_1600_1651334400135.unf Mounting new filesystems... done. Removing discontinued packages... Usage: pkg lock [-lqy] [-a|[-Cgix] ] pkg lock --has-locked-packages pkg unlock [-lqy] [-a|[-Cgix] ] For more information see 'pkg help lock'. Usage: pkg delete [-DfnqRy] [-Cgix] ... pkg delete [-Dnqy] -a

For more information see 'pkg help delete'. done. Installing required packages..._

tong2x commented 2 years ago

fix for issue #287

original code env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg add -f ${FREEBSD_PACKAGE_URL}${pkgname}-${pkgvers}.txz

replaced to env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg add -f ${FREEBSD_PACKAGE_URL}${pkgname}-${pkgvers}.pkg

beta UniFiNetworkApplication 7.2.85 will use the new change in code

tong2x commented 2 years ago

closing, will not update follow #292