s3:idmap_ad: untangle two assignments from checks
[amitay/samba.git] / upgrading-samba4.txt
1 Upgrading from an older samba4 installation.
2
3 * Stop any samba process
4 * Backup your samba4 provision:
5   go in the directory where your samba4 provision is stored (/usr/local/samba by default)
6   do tar cf $HOME/backup.tar private (it's also recommended to save the etc/smb.conf and var/sysvol dir aswell)
7 * Go in the source4 dir
8 * run ./scripting/bin/upgradeprovision -s <path to smb.conf in samba4 install>
9 * do make install
10
11 This will do the minimum (safest) upgrade of the data.  
12
13 Runing upgradeprovision with --full will do a more comprehensive
14 upgrade of the data (including schema and display specifiers).  This
15 attempts to do a new provision, and to then copy existing data into
16 that database.