NethServer 6.10 is coming!
… just one day after CentOS 6.10 release
RC1 ISO release
The NethSever 6.10 rc1 ISO is ready for testing and it’s available at Sourceforge:
- ISO: https://sourceforge.net/projects/nethserver/files/nethserver-6.10-rc1-x86_64.iso/download
- MD5: https://sourceforge.net/projects/nethserver/files/nethserver-6.10-rc1-x86_64.iso.md5/download
- SHA1: https://sourceforge.net/projects/nethserver/files/nethserver-6.10-rc1-x86_64.iso.sha1/download
The ISO is built on CentOS 6.10 minimal ISO, and contains additional NethServer packages from 6.9.
I installed it successfully on a VM, following the unattended and interactive install methods. After reboot everything worked as expected, from First configuration Wizard to installation of additional modules from the Software Center.
Upgrading
Upgrading existing machine is really simple (and already tested in few servers!).
-
Make sure the system is fully updated:
yum clean all && yum update
-
Install nethserver-release from testing:
yum --enablerepo=nethserver-testing update nethserver-release
-
Update the whole system:
yum clean all && yum update
-
Check nothing breaks!
Who wants to help? Any upgrade of existing 6.9 system is very appreciated