Guidelines for upgrading freeradius installation? (3.0.19 -> 3.2.8)
Hi, all! Years ago (2020) I implemented a pretty basic freeradius installation (authentication only) in a school for WLAN access. That time I installed version 3.0.19 on a virtual server (Ubuntu 19.04) and used Samba to connect to Active Directory on Windows Server. This is still working fine but I think it is time for a larger upgrade of all involved components. Is there any recommendation/cookbook/guideline how to do that upgrade in the most efficient way with minimal effort? Of course I can do everything from scratch on a second virtual machine. Is that the preferred way? Or can I copy the freeradius configuration over? Any changes I have to do then? Your help is very welcome! Regards Uwe
On 29/01/2026 09:23, uj2.hahn@posteo.de wrote:
Years ago (2020) I implemented a pretty basic freeradius installation (authentication only) in a school for WLAN access. That time I installed version 3.0.19 on a virtual server (Ubuntu 19.04) and used Samba to connect to Active Directory on Windows Server. This is still working fine but I think it is time for a larger upgrade of all involved components.
Yes, that's a bit old now.
Is there any recommendation/cookbook/guideline how to do that upgrade in the most efficient way with minimal effort?
It's a virtual machine, so you're pretty safe... - Snapshot or clone the VM - Upgrade everything - If it doesn't work, investigate or roll back There really shouldn't be anything to be concerned about upgrading from 19.04 to 24.04 and from FR 3.0.19 to 3.2.8.
Of course I can do everything from scratch on a second virtual machine. Is that the preferred way? Or can I copy the freeradius configuration over? Any changes I have to do then? Config from 3.0.19 should be fine on 3.2.8.
-- Matthew
Thanks, Matthew! This is very helful and calming! Regards Uwe Am 29.01.2026 um 13:34 schrieb Matthew Newton via Freeradius-Users:
On 29/01/2026 09:23, uj2.hahn@posteo.de wrote:
Years ago (2020) I implemented a pretty basic freeradius installation (authentication only) in a school for WLAN access. That time I installed version 3.0.19 on a virtual server (Ubuntu 19.04) and used Samba to connect to Active Directory on Windows Server. This is still working fine but I think it is time for a larger upgrade of all involved components.
Yes, that's a bit old now.
Is there any recommendation/cookbook/guideline how to do that upgrade in the most efficient way with minimal effort?
It's a virtual machine, so you're pretty safe...
- Snapshot or clone the VM - Upgrade everything - If it doesn't work, investigate or roll back
There really shouldn't be anything to be concerned about upgrading from 19.04 to 24.04 and from FR 3.0.19 to 3.2.8.
Of course I can do everything from scratch on a second virtual machine. Is that the preferred way? Or can I copy the freeradius configuration over? Any changes I have to do then? Config from 3.0.19 should be fine on 3.2.8.
On Jan 29, 2026, at 4:23 AM, uj2.hahn@posteo.de wrote:
Of course I can do everything from scratch on a second virtual machine. Is that the preferred way? Or can I copy the freeradius configuration over?
Yes.
Any changes I have to do then?
No. You can upgrade a system in place, and the FreeRADIUS packages will *never* over-write an existing installation. Or, just copy all of the configuration files from the old system to the new one. Just double check that all of the paths at the top of radiusd.conf are the same. If not, edit them so that they're correct for the new system. Everything else depends on either relative directories, or those paths. And with the exception of a few things that no one used, the configurations are 100% compatible between 3.0 and 3.2. Alan DeKok.
participants (3)
-
Alan DeKok -
Matthew Newton -
uj2.hahn@posteo.de