Changes

From SME Server
Jump to navigationJump to search
Line 133: Line 133:  
Log into the <code>prodIP</code> box and stop all services that can modify data.
 
Log into the <code>prodIP</code> box and stop all services that can modify data.
   −
  SVC='qpsmtpd sqpsmtpd crond pop3 dovecot pop3s ftp httpd-e-smith atalk smb qmail'  
+
For SME8 and SME7
 +
 
 +
SVC='qpsmtpd sqpsmtpd crond pop3 imap imaps pop3s ftp httpd-e-smith atalk smb qmail'
 +
for s in $SVC; do service $s stop; done
 +
 
 +
For SME9
 +
 
 +
  SVC='qpsmtpd sqpsmtpd crond pop3 dovecot pop3s ftp httpd-e-smith smb qmail'  
 
  for s in $SVC; do service $s stop; done
 
  for s in $SVC; do service $s stop; done
   Line 156: Line 163:  
This action will complete very quickly as only hardlinks are used and no data is physically moved.<br>
 
This action will complete very quickly as only hardlinks are used and no data is physically moved.<br>
   −
'''''Note:''' Do not be scared if your prompt looks different!<br><br>
+
'''''Note:''' Do not be scared if your prompt looks different!<br><br>''
    
Now do a reboot
 
Now do a reboot
Line 186: Line 193:       −
=== Using the backup and restore fonctions ===
+
=== Using the backup and restore functions ===
 
The general working way is to make a backup of the old SME and to restore it on the new SME (upgraded or not).
 
The general working way is to make a backup of the old SME and to restore it on the new SME (upgraded or not).
The fonction "RPMCheck" can be used indirectly with the backup server (compare the list with the old and with the new hardware) to get the list of rpm's that are missing on the new hardware but it is not available for a backup on the external usb disk.  
+
The function "RPMCheck" can be used indirectly with the backup server (compare the list with the old and with the new hardware) to get the list of rpm's that are missing on the new hardware but it is not available for a backup on the external usb disk.  
    
==== Preparation ====
 
==== Preparation ====
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,239

edits

Navigation menu