=====Upgrade The Core Version From core-1.2.2 To core-2.0-beta===== Login system, Access to the "System Modules" page. {{:zh:下载和安装:升级:系统模块管理页面.jpg?768|}} You can see a upgrade tip about the new version of OS kernel, Click 【DOWNLOAD】 button. {{:zh:下载和安装:升级:下载内核包.jpg?768|}} After download,you can upload the upgrade packages to the upload directory of your server. And you can also use the FTP tool to upload the upgrade packages to the __/var/www/html/asterCC/data/_cache__ directory. {{:zh:下载和安装:升级:上传包.jpg?768|}} When finished uploading, refresh the page. You can see the 【DOWNLOAD】 button has been changed to 【UPGRADE】. {{:zh:下载和安装:升级:页面升级.jpg?768|}} It's special for upgrading to core-2.0-beta version. Can't use the 【UPGRADE】 button to finish it. Just use the SSH to login the server and update on the background. {{:zh:下载和安装:升级:ssh工具.jpg|}} First, execute the command: __cd /var/www/html/asterCC/data/_cache__ {{:zh:下载和安装:升级:进入cache目录.jpg?768|}} The name rules of upgrade package core-2.0-beta Version Name -patch upgrade package, if there isn't -patch, it's the installation package. -i386 or -x86_64 This means the package match with the bit of system.If there isn't this,it will be compatible for any operating system. .tar.gz Compressed suffix Second, for example 64 bit system, execute command: __tar zxf core-2.0-beta-patch-x86_64.tar.gz__ to untar the upgrade package. Third, Entered the upgrade package directory, execute the command: __cd core-2.0-beta-patch-x86_64__ Last, execute the command: php install.php {{:zh:下载和安装:升级:执行install命令.jpg?768|}} When upgrading, please be patient. When you see the following tips, the upgrade has been finished successfully {{:zh:下载和安装:升级:成功提示.jpg?768|}} When you see the following error, it occurs an error when upgrading. {{:zh:下载和安装:升级:错误提示.jpg?768|}} According to the prompt information, execute this command manually. If it can not resolve the error, please contact us. When you see the following tips, it means the upgrade was interrupted {{:zh:下载和安装:升级:中断提示.jpg?768|}} According to the prompt information, you can see the reason for interrupt, manually resolve it, re-entered the upgrade package directory, execute command : __php install.php__ =====Core-2.0-beta version of the upgrade module based on===== Login system, Access to the "System Modules" page. {{:zh:下载和安装:升级:系统模块管理页面.jpg?768|}} In the Installed Modules you can see which modules need to upgrade (There is a 【DOWNLOAD】 button after upgrade module). {{:zh:下载和安装:升级:下载模块包.jpg?768|}} After download,you can upload the upgrade packages to the upload directory of your server. And you can also use the FTP tool to upload the upgrade packages to the __/var/www/html/asterCC/data/_cache__ directory. {{:zh:下载和安装:升级:上传包.jpg?768|}} When finished uploading, refresh the page, You can see the 【DOWNLOAD】 button has been changed to 【UPGRADE】. {{:zh:下载和安装:升级:页面升级.jpg?768|}} Click 【UPGRADE】 button, please be patient. When you see the following tips, the upgrade has been finished successfully. {{:zh:下载和安装:升级:页面升级过程.jpg?768|}} {{:zh:下载和安装:升级:页面升级成功.jpg?768|}} Similarly, you can also upgrade module on the background. __cd /var/www/html/asterCC/data/_cache__ to enter the update directory __tar zxf PackageName__ to untar module upgrade package: Entered the upgrade package directory, execute the command: __php install.php__ See the information as follow, the upgrade has been finished successfully {{:zh:下载和安装:升级:成功提示.jpg?768|}}