diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-10-21 22:28:29 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-10-21 22:43:58 +1100 |
commit | 16a80f17425c5de9d0bd52494e3e26a6840cfd7d (patch) | |
tree | ce86b1770b75f8a8eda55a639bc9d680d9b82fae | |
parent | d7cf71d9b6cae19b2f9a215f910b4b6e1474291d (diff) | |
download | samba-16a80f17425c5de9d0bd52494e3e26a6840cfd7d.tar.gz samba-16a80f17425c5de9d0bd52494e3e26a6840cfd7d.tar.bz2 samba-16a80f17425c5de9d0bd52494e3e26a6840cfd7d.zip |
s4:dsdb Add note explaining about the partition format upgrade
-rw-r--r-- | source4/partition-upgrade.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/source4/partition-upgrade.txt b/source4/partition-upgrade.txt new file mode 100644 index 0000000000..0abc810c3a --- /dev/null +++ b/source4/partition-upgrade.txt @@ -0,0 +1,21 @@ +PARTITIONS UPGRADE +================== + +Notes on using Samba4 after the partitions code upgrade on 21 Oct 2009 + +The data previously stored in Samba4 partitions is no longer +accessible, as we have changed the filenames. + +To access your Samba4 tree again, backup your Samba4 prefix, and +re-run provision with the same settings as in the past. + +This will create new databases in your PREFIX/private directory, like +DC=SAMBA,DC=EXAMPLE,DC=COM.ldb. + +Restore your users.ldb to the DC=SAMBA,DC=EXAMPLE,DC=COM.ldb, +configuration.ldb to CN=CONFIGURATION,DC=SAMBA,DC=EXAMPLE,DC=COM.ldb +and schema.ldb to +CN=SCHEMA,CN=CONFIGURATION,DC=SAMBA,DC=EXAMPLE,DC=COM.ldb + +Also remember to restore your secrets.ldb. + |