APK update not possible (ubus)

Hi,
I'm pretty new to OpenWrt and currently use a SNAPSHOT version (OpenWrt SNAPSHOT (r28406-d1e9c50d06)).

I'm facing since some days the issue that I cannot update an existing update, that I require to install other package:

ubus 2024.10.20~252a9b0c-r1 » 2025.01.02~afa57cce-r1

When I execute it it says:

apk upgrade ubus

OK: 19 MiB in 141 packages

Any idea what I can do to get the update applied?

Install owut and use that to upgrade your image (including packages).
Normally that would be: owut upgrade
But because of the ubus package you should run: owut upgrade -r libubus20241020 -a libubus20250102 (remove the old and add the new).

Also, since OpenWRT is not a rolling distro, it is better to upgrade the whole image instead of some packages.

1 Like

Thanks, for the hint.
I have updated the entire image.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.