diff options
Diffstat (limited to 'source4')
-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. + |