Unifi Network Application -> Unifi OS Server
By chimo on (updated on )Thanks to Neil’s excellent Migrating my self-hosted UniFi controller from Network Manager to UniFi OS Server blog post showing up in my RSS Reader, it reminded me that I had tried installing Unifi OS Server on Incus a little while back but ran into issues.
A web search later, I found Scott’s Self Hosted Unifi OS in an Incus Container post.
Armed with those two articles, the migration went fairly smoothly. The one thing I had to change from Scott’s post is:
lxc.cgroup.devices.allow = a * rwm
to:
lxc.cgroup2.devices.allow = a * rwm
Another note: when exporting the Network Manager settings to a backup file, the file had no extension. Unifi OS Server didn’t want to import it until I added the “.unf” extention to it.