Make upgrade procedure more explicit.
authorMichael Wood <esiotrot@gmail.com>
Sun, 26 Sep 2010 22:05:05 +0000 (00:05 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Sep 2010 18:23:07 +0000 (04:23 +1000)
Add in a compile step.
Change the tar command to include the recommended dirs.

upgrading-samba4.txt

index 85e46990634ed071edcf1ae5a3b60e56f3dd12e8..9dc4636296138754cf0cb78147a5fdaa38f6941f 100644 (file)
@@ -1,10 +1,12 @@
 Upgrading from an older samba4 installation.
 
+* Compile the new version of samba4 by following the HOWTO, but do
+  not install it yet, and do not run provision.
 * Stop any samba process
 * Backup your samba4 provision:
-  go in the directory where your samba4 provision is stored (/usr/local/samba by default)
-  do tar cf $HOME/backup.tar private (it's also recommended to save the etc/smb.conf and var/sysvol dir aswell)
-* Go in the source4 dir
+  go into the directory where your samba4 provision is stored (/usr/local/samba by default)
+  do tar cf $HOME/backup.tar private etc var sysvol
+* Go into the source4 dir
 * run ./scripting/bin/upgradeprovision -s <path to smb.conf in samba4 install>
 * do make install