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 19:01] stevencloudappliance/1906/upgrade-guide [2020_02_19 14:04] smeadmin
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> 
 + 
 +For upgrades prior to 1906.06, a new configuration value will need to be added to the File Fabric's core configuration file. Please [[appliance/editing-config|follow this guide for editing the configuration file]]. The following configuration flag must be present: 
 + 
 +<code> 
 +var $redishost = 'localhost:6379';
 </code> </code>