Nethsecurity beta chanel

Hi, I’m hoping this is something really simple that I just can’t find for some reason. I have 9 Nethsecurity boxes. 3 of them have been upgraded from the beta version and now they seems to still be in alpha and beta track, while the other 6 pull the normal updates. How do I get them to move over to the current stable track?

1 Like

I see that the proper wording for this would have been “How do I switch from the development track to the stable track?”

Check the configuration:

~# uci show ns-plug
ns-plug.config=main
ns-plug.config.tls_verify='1'
ns-plug.config.backup_url='https://backupd.nethesis.it'
ns-plug.config.repository_url='https://updates.nethsecurity.nethserver.org'
~# cat /etc/opkg/distfeeds.conf 
src/gz nethsecurity_core https://updates.nethsecurity.nethserver.org/stable/23.05.4/targets/x86/64/packages
src/gz nethsecurity_base https://updates.nethsecurity.nethserver.org/stable/23.05.4/packages/x86_64/base
src/gz nethsecurity_luci https://updates.nethsecurity.nethserver.org/stable/23.05.4/packages/x86_64/luci
src/gz nethsecurity_nethsecurity https://updates.nethsecurity.nethserver.org/stable/23.05.4/packages/x86_64/nethsecurity
src/gz nethsecurity_packages https://updates.nethsecurity.nethserver.org/stable/23.05.4/packages/x86_64/packages
src/gz nethsecurity_routing https://updates.nethsecurity.nethserver.org/stable/23.05.4/packages/x86_64/routing

Run distfeed-setup to “fix” the configuration.

Thank you, that is what the configs showed and running that didn’t change anything right away, so I ended up updating from a current downloaded image file and that got me onto the stable track.