Changes

Jump to navigation Jump to search
m
Line 117: Line 117:     
==== Yum upgrade ====
 
==== Yum upgrade ====
After the initial yum install we need to upgrade to the latest versions available in the repositories.  
+
After the initial yum install we need to upgrade to the latest versions available in the repositories. To prevent conflicts between the SME and sl repo's, the sl repo's will be given priority over the SME Server repo's. For this yum-priorities needs to be instaled:
 +
 
 +
yum install yum-priorities
 +
 +
Then we can add the following line to '''each''' of the sl repo's. A good place would be right under the 'enabled=' line.
 +
 
 +
priority=1
 +
 
 +
 
 +
Now we can do the yum upgrade with all repo's enabled without having conflicts:
    
  yum upgrade --nogpg
 
  yum upgrade --nogpg
Line 127: Line 136:  
  Upgrade      38 Package(s)
 
  Upgrade      38 Package(s)
 
  Total size: 67 M
 
  Total size: 67 M
      
==== Post-upgrade/reboot ====
 
==== Post-upgrade/reboot ====

Navigation menu