The versions you're using look good. What is the exact problem you're experiencing? Based on what you have mentioned to me in the private messages, if I remember correctly, you need the new configuration but you're still seeing the old one?
If that's the case, have you tried the following? cd /opt/openwisp2 source env/bin/activate python manage.py clear_cache supervisorctl restart openwisp2 Try also changing the zerotier template slightly. This should make sure any cache gets cleared and you get the new format. Best regards *Federico Capoano* OpenWISP OÜ Kotkapoja tn 2a-10, 10615, Harju maakond, Tallinn, Estonia VAT: EE101989729 +372 59361689 *openwisp.io* <http://openwisp.io> On Sat, 15 Feb 2025 at 14:29, Michele Salerno <[email protected]> wrote: > Hi, > > I want to upgrade my routers to the new stable version of OpenWRT but > obviously I have error as the zerotier config has changed from version > 1.14. > > > [feature] Added support for ZeroTier > 1.14 #312 #319 > > https://github.com/openwisp/netjsonconfig/pull/319 > > > My OpenWisp is a VM under Proxmox, I made a backup and updated the > ansible playbook with command: ansible-galaxy install -r > requirements.yml --force > > My requirements.yml is: > > --- > collections: > - name: community.general > > roles: > - src: https://github.com/openwisp/ansible-openwisp2.git > version: master > name: openwisp.openwisp2 > > - src: https://github.com/mikysal78/Stouts.openvpn.git > name: Stouts.openvpn > > - src: > https://github.com/openwisp/ansible-openwisp-wifi-login-pages.git > version: master > name: openwisp-wifi-login-pages > > - src: https://github.com/mikysal78/iptables.git > version: master > name: openwisp2-iptables > > - name: geerlingguy.postgresql > - src: nkakouros.easyrsa > - src: mikysal78.ninux_common > - src: geerlingguy.certbot > > I launched the playbook and restarted the VM. > > I tried creating a new template for zerotier but the configuration seen > from the preview does not change from the old template. > > With the update, freeradius also does not start. > I restored the VM. > > I ask: > How to do the upgrade? > Of course until all routers are upgraded I need to keep both versions. > > > My installation of OpenWisp is this: > > System Information > OpenWISP Version: 24.11.1 > Installed OpenWISP Modules > openwisp-controller: 1.1 > openwisp-firmware-upgrader: 1.1 > openwisp-ipam: 1.1 > openwisp-monitoring: 1.1.1 > openwisp-network-topology: 1.1.1 > openwisp-notifications: 1.1 > openwisp-radius: 1.1 > openwisp-users: 1.1.0 > openwisp-utils: 1.1.1 > netdiff: 1.1 > netjsonconfig: 1.1 > OS Information > OS version: #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) > Kernel version: 6.1.0-31-amd64 > Hardware platform: x86_64 > > > Brest regards. > > Michele > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion, visit > https://groups.google.com/d/msgid/openwisp/1ee2ad26-9207-428c-b221-6d3b2e9e1320%40gmail.com > . > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6KDsXd43yJuns81x1M7UBCCDLTwxSujv-sDh35q3sUyQA%40mail.gmail.com.
