Update 24.10.0-rc7 to 24.10.0 release

I have a Acer Connect Vero W6m running 24.10.0-rc7 and want to update to 24.10.0 release what is the best way to update with keeping configuration ?

opkg install owut
owut upgrade --version-to 24.10.0
owut install

1 Like

working except I did not have to run owut install (install did it automatically it looks like)

Build succeeded in  34s total =   0s in queue +  34s to build:
Image saved : /tmp/firmware.bin
Installing /tmp/firmware.bin and rebooting...
root@OpenWrt:/etc/config# 

that went fine but afterwards I can't connect to https://10.214.0.1
had to restart uhttpd then working :frowning:

root@OpenWrt:~# ps www | grep uhttp
 2227 root      3036 S    /usr/sbin/uhttpd -f -h /www -r OpenWrt -x /cgi-bin -u /ubus -t 60 -T 30 -k 20 -A 1 -n 3 -N 100 -R -p 10.214.0.1:80 -p [::]:80 -C /etc/uhttpd.crt -K /etc/uhttpd.key -s 10.214.0.1:443 -s [::]:443
 4750 root      1336 S    grep uhttp
root@OpenWrt:~# /etc/init.d/uhttpd restart
root@OpenWrt:~# 

Same after reboot again