freifunk-berlin / bbb-configs

Ansible based configuration management openwrt mesh nodes in the city-wide backbone of Freifunk Berlin
GNU Affero General Public License v3.0
13 stars 24 forks source link

documentation: image is incompatible for sysupgrade #385

Open pktpls opened 1 year ago

pktpls commented 1 year ago

$ ssh root@huette15-ap1.olsr sysupgrade -n /tmp/huette15-ap1.bin Sat Dec 3 23:32:08 CET 2022 upgrade: The device is supported, but this image is incompatible for sysupgrade based on the image version (1.0->9.9). Image check failed.

Same without -n - I assume this is related to d9d9869, maybe because the EAP225-Outdoor doesn't do switch stuff, neither DSA nor swconfig?

Noki commented 1 year ago

This is kind of intended, however the actions to take before upgrading need some documentation. Before upgrading the compat_version should be set to 9.9 using the following:

uci set system.@system[0].compat_version="9.9"
uci commit system

After that upgrading is possible without problems. This documentation should have been included in the pull request.