OPNsense Forum

Archive => 21.7 Legacy Series => Topic started by: fsebera on January 11, 2022, 04:46:07 PM

Title: Is there a procedure to downgrade OPNsense OS
Post by: fsebera on January 11, 2022, 04:46:07 PM

Upgrading OPNsense is simple and easy but once the upgrade has completed, if you discover an issue with the upgrade, Is there a method to revert back to the previous OS version?

Thanks
Title: Re: Is there a procedure to downgrade OPNsense OS
Post by: franco on January 11, 2022, 04:57:01 PM
Downgrades are generally dangerous due to the OS trying to provide "forward" compatibility but always removing functionality from "backward" releases. You may not be able to boot a system you're trying to downgrade.

ZFS snapshots / boot environments are one newer way to deal with this, but the classic way has always been trying the live image feature with an early configuration import. This will give you a full system on the new version with your actual configuration but without clobbering the disk until you think it's ok to reinstall in place with your settings intact.

Of course always make sure to back up your config.xml somewhere else just in case.


Cheers,
Franco
Title: Re: Is there a procedure to downgrade OPNsense OS
Post by: fsebera on January 11, 2022, 05:17:50 PM

THANK YOU