OPNsense Forum

English Forums => Zenarmor (Sensei) => Topic started by: dinguz on June 16, 2025, 10:02:14 AM

Title: Is there a way to install a previous version of ZA?
Post by: dinguz on June 16, 2025, 10:02:14 AM
The new 2.0 release of ZenArmor contains bugs that make it unreliable for my setup. Is there a way to install an older version and prevent it from being upgraded automatically during system updates?
Title: Re: Is there a way to install a previous version of ZA?
Post by: RutgerDiehard on June 16, 2025, 10:06:50 AM
These are the instructions I was provided by Zenarmor support to roll back to the previous stable version:

If you wish to reinstall the previous Zenarmor version, please follow these steps:
 
Edit the repository file at:
/usr/local/etc/pkg/repos/SunnyValley.conf
#url: "https://updates.zenarmor.net/opnsense/${ABI}/25.1/--nodeuuid--",
url: "https://repo.zenarmor.com/opnsense/${ABI}/25.1/latest",
 
save it.
 
pkg update
pkg install -fy os-sensei
 

I followed these instructions yesterday morning and ZA has been stable for the last 24 hours. I didn't need to revert any tunable changes.
Title: Re: Is there a way to install a previous version of ZA?
Post by: dhqcn on June 17, 2025, 06:05:46 AM
Quote from: RutgerDiehard on June 16, 2025, 10:06:50 AMThese are the instructions I was provided by Zenarmor support to roll back to the previous stable version:

If you wish to reinstall the previous Zenarmor version, please follow these steps:
 
Edit the repository file at:
/usr/local/etc/pkg/repos/SunnyValley.conf
#url: "https://updates.zenarmor.net/opnsense/${ABI}/25.1/--nodeuuid--",
url: "https://repo.zenarmor.com/opnsense/${ABI}/25.1/latest",
 
save it.
 
pkg update
pkg install -fy os-sensei
 

I followed these instructions yesterday morning and ZA has been stable for the last 24 hours. I didn't need to revert any tunable changes.

Thank you so much for your comment. I followed your instruction and was successful with downgrading Zenarmor to a previous stable version.