b84bbaba033b97811db4f09a42417c630d68d1d1
[nivanova/samba-autobuild/.git] / upgrading-samba4.txt
1 Upgrading from an older samba4 installation.
2
3 For users of samba4 alpha 8 and after
4 =====================================
5
6 * Stop any samba process
7 * Backup your samba4 provision:
8   go in the directory where your samba4 provision is stored (/usr/local/samba by default)
9   do tar cf $HOME/backup.tar private (it's also recommended to save the etc/smb.conf and var/sysvol dir aswell)
10 * Go in the source4 dir
11 * run ./scripting/bin/upgradeprovision
12 * do make install
13
14 For users of samba4 alpha 8 and after
15 =====================================
16
17 * Stop any samba/smbd process
18 * Backup your samba4 provision:
19   go in the directory where your samba4 provision is stored (/usr/local/samba by default)
20   do tar cf $HOME/backup.tar private (it's also recommended to save the etc/smb.conf and var/sysvol dir aswell)
21 * Go in the source4 dir
22 * run ./scripting/bin/upgradeprovision --full
23 * do make install
24