summaryrefslogtreecommitdiff
path: root/upgrading-samba4.txt
diff options
context:
space:
mode:
authorMichael Wood <esiotrot@gmail.com>2010-09-27 00:05:05 +0200
committerAndrew Bartlett <abartlet@samba.org>2010-09-29 04:23:07 +1000
commit6bab5c07519baa0be1bf86161236a0307c48e31f (patch)
treed4d9e32a9da529e26ae227f5dd0ac1b9a11dd131 /upgrading-samba4.txt
parent9d3046f09857b28dbd1674876b8c63079d183fbd (diff)
downloadsamba-6bab5c07519baa0be1bf86161236a0307c48e31f.tar.gz
samba-6bab5c07519baa0be1bf86161236a0307c48e31f.tar.bz2
samba-6bab5c07519baa0be1bf86161236a0307c48e31f.zip
Make upgrade procedure more explicit.
Add in a compile step. Change the tar command to include the recommended dirs.
Diffstat (limited to 'upgrading-samba4.txt')
-rw-r--r--upgrading-samba4.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/upgrading-samba4.txt b/upgrading-samba4.txt
index 85e4699063..9dc4636296 100644
--- a/upgrading-samba4.txt
+++ b/upgrading-samba4.txt
@@ -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