summaryrefslogtreecommitdiff
path: root/openldap/README
diff options
context:
space:
mode:
authorRichard Pöttler <richard.poettler@gmail.com>2008-07-23 11:23:25 +0200
committerRichard Pöttler <richard.poettler@gmail.com>2008-07-23 11:29:07 +0200
commit607fe430e2d23d336d39d9f1953b9314e52e8b1e (patch)
tree566303f4402176fd467c2126fec3a95fb49abdc2 /openldap/README
parentf3610ff0b4bdc515c1f4d6af71db887e3b368dfd (diff)
downloadopt-607fe430e2d23d336d39d9f1953b9314e52e8b1e.tar.gz
opt-607fe430e2d23d336d39d9f1953b9314e52e8b1e.tar.xz
openldap: added README file with update notes
Diffstat (limited to 'openldap/README')
-rw-r--r--openldap/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/openldap/README b/openldap/README
new file mode 100644
index 000000000..b9129f16b
--- /dev/null
+++ b/openldap/README
@@ -0,0 +1,10 @@
+UPDATE:
+
+When updateing openldap you should first create a backup of all your data with
+slapcat, like:
+
+ slapcat -l backup.ldif
+
+Then you upgrade openldap and restore your data with slapadd:
+
+ slapadd -l backup.ldif

Generated by cgit