Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cloudappliance/1906/upgrade-guide [2019_12_17 16:23] smeadmincloudappliance/1906/upgrade-guide [2020_02_13 16:33] zim
Line 3: Line 3:
 See also [[:cloudappliance/applupdatev1906|Release Notes v1906.]] See also [[:cloudappliance/applupdatev1906|Release Notes v1906.]]
  
-latest update: November 14, 2019+latest update: December 17, 2019
  
 The SME Enterprise File Fabric platform is shipped as a virtual appliance, this makes it easy to deploy. The new generation of Enterprise File Fabric has a more comprehensive way to upgrade.  Upgrades from v10.x SME appliance or later are accomplished in-place, without the need to redeploy and migrate to a new virtual machine.  The SME Enterprise File Fabric platform is shipped as a virtual appliance, this makes it easy to deploy. The new generation of Enterprise File Fabric has a more comprehensive way to upgrade.  Upgrades from v10.x SME appliance or later are accomplished in-place, without the need to redeploy and migrate to a new virtual machine. 
Line 70: Line 70:
 <code> <code>
 yum clean all yum clean all
-yum install sme-package-1906.05-11+yum install sme-package-1906.06-09 
 +</code> 
 + 
 +A new configuration value will need to be added to the SME configuration file. Add the following to /var/www/smestorage/public_html/config.inc.php: 
 + 
 +<code> 
 +var $redishost = 'localhost:6379';
 </code> </code>