Line 1: |
Line 1: |
| {{Languages}} | | {{Languages}} |
| | | |
− | We dedicate this release of SME Server 9.2 to Tony Keane who passed away on 1st April, 2016. He was a long time user and supporter of Koozali SME Server and one of the founding members of the Koozali Foundation. | + | We dedicate this release of SME Server 9.2 to [[Tony Keane]] who passed away on 1st April, 2016. He was a long time user and supporter of Koozali SME Server and one of the founding members of the Koozali Foundation. |
| | | |
− | ==SME Server 9.2 Final (Tony Keane)== | + | ==SME Server 9.2 Final ([[Tony Keane]])== |
| | | |
| The SME Server development team is pleased to announce the release of | | The SME Server development team is pleased to announce the release of |
Line 16: |
Line 16: |
| | | |
| ===Download=== | | ===Download=== |
| + | THIS VERSION IS NOW EOL</br> |
| You can download Koozali SME Server 9.2 from | | You can download Koozali SME Server 9.2 from |
| http://mirror.contribs.org/smeserver/releases/9.2/iso/ | | http://mirror.contribs.org/smeserver/releases/9.2/iso/ |
Line 124: |
Line 125: |
| # [[PHPki|smeserver-phpki]] | | # [[PHPki|smeserver-phpki]] |
| # [[FreePBX|smeserver-freepbx]] | | # [[FreePBX|smeserver-freepbx]] |
| + | # [[Isoqlog|smeserver-isoqlog]] |
| | | |
| the following should solve this: | | the following should solve this: |
− | yum update smeserver-BackupPC smeserver-phpki smeserver-freepbx --enablerepo=smecontribs | + | yum update smeserver-BackupPC smeserver-phpki smeserver-freepbx smeserver-isoqlog --enablerepo=smecontribs |
| | | |
| =====no external network access when using bonding===== | | =====no external network access when using bonding===== |
Line 199: |
Line 201: |
| | | |
| Where extensive modifications have been made to the "old server (eg SME8.1)", it is recommended to carry out a test backup & restore upgrade first, to discover any problems & ascertain suitable fixes & workarounds. Removing contribs & custom templates before upgrading is recommended. | | Where extensive modifications have been made to the "old server (eg SME8.1)", it is recommended to carry out a test backup & restore upgrade first, to discover any problems & ascertain suitable fixes & workarounds. Removing contribs & custom templates before upgrading is recommended. |
| + | |
| + | ====Known issues upgrade from SME8==== |
| + | '''1.''' You might want to check what are the current installed extra rpm on your old SME 8 to be able to simply install them on your new SME 9. Usually this is simply done this way : |
| + | # /sbin/e-smith/audittools/newrpms |
| + | Loaded plugins: fastestmirror, protect-packages, smeserver |
| + | Loading mirror speeds from cached hostfile |
| + | |
| + | Cannot find a valid baseurl for repo: base |
| + | YumRepo Error: All mirror URLs are not using ftp, http(s) or file. |
| + | Eg. Invalid release/ |
| + | removing mirrorlist with no valid mirrors: /var/cache/yum/base/mirrorlist.txt |
| + | |
| + | This is because Centos mirror are no longer available. Do not worry there is a workaround : |
| + | db yum_repositories setprop base BaseURL 'http://vault.centos.org/5.11/os/$basearch/' |
| + | db yum_repositories setprop updates BaseURL 'http://vault.centos.org/5.11/updates/$basearch/' |
| + | db yum_repositories delprop base MirrorList |
| + | db yum_repositories delprop updates MirrorList |
| + | signal-event yum-modify |
| + | yum clean all |
| + | |
| + | and then you can issue the good old command without issue: |
| + | /sbin/e-smith/audittools/newrpms |
| + | |
| + | '''2.''' You might also want to check [[#Known_issues_when_upgrading_from_previous_SME9.x| SME9 specific issues]] as some might apply also for a migration from SME8. |
| | | |
| ===RAID=== | | ===RAID=== |