I'm trying to update a MikroTik device (named as "client" in the following case) with packages provided from another MikroTik device ("server").
server (running on a x86 system; v6.46.4) provides this package:
Code: Select all
> file print where type=package
# NAME TYPE SIZE CREATION-TIME
0 routeros-mmips-6.46.4.npk package 9.8MiB mar/25/2020 18:18:23
client is on mmips plattform running v6.46.3:
Code: Select all
/system upgrade upgrade-package-source print
# ADDRESS USER
0 10.0.1.1 update
During "/system upgrade refresh" I can see that the client connects via winbox port to the server for several seconds.
But "Available Packages" on the client stays empty and download-all shows:
Code: Select all
/system upgrade print
# SOURCE NAME VERSION STATUS COMPLETED
/system upgrade download-all
failure: there is no newer full release version available
Any ideas why the client isn't using the newer npk from the server?
Thanks!