UniFi network controller

itsmatyii

Cadet
Joined
Jan 28, 2024
Messages
1
Hello. I have UniFi Network Controller with version 8.0.24 installed in a jail with "pkg install unifi8". And currently there is an update avaliable to version 8.0.28. And I don't know how should I update it without losing all my data. Any suggestions? Thank you.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
in the jail, perform a pkg upgrade. (if you didn't already, you may need to get on the "latest" pkg train: echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf, run pkg upgrade after that)

restart the jail.

It may take a little time to come up after such an upgrade as the database is often updated on the first startup following the upgrade.

I note that the current pkg version is 8.0.26, so you shouldn't expect to be on the absolute bleeding edge under FreeBSD.
 
Top