Commit 796add6d authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #2692 updating the docs for install, upgrade, ldap migration

Showing with 82 additions and 4 deletions
+82 -4
......@@ -59,7 +59,7 @@ Have fun!
To improve this piece of software, please report all kind of errors using the bug tracker
on https://forge.fusiondirectory.org
Documentation: http://documentattion.fusiondirectory.org/
Documentation: http://documentation.fusiondirectory.org/
Mailinglist: http://lists.fusiondirectory.org/
Irc: #fusiondirectory on freenode
......
......@@ -28,6 +28,19 @@ SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
adding new entry "cn=mod_vhost_ldap,cn=schema,cn=config"
our tool is also capable to update schema in place
#fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
executing 'ldapmodify -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/fusiondirectory/core-fd-conf_update.ldif'
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
modifying entry "cn={6}core-fd-conf,cn=schema,cn=config"
Have fun!
---
......@@ -36,7 +49,7 @@ Have fun!
To improve this piece of software, please report all kind of errors using the bug tracker
on https://forge.fusiondirectory.org
Documentation: http://www.fusiondirectory.org/
Documentation: http://documentation.fusiondirectory.org/
Mailinglist: http://lists.fusiondirectory.org/
Irc: #fusiondirectory on freenode
......
* Migrating an existing tree
LDAP TREE MIGRATION
===================
To migrate an existing LDAP tree, you've to do all steps from above,
plus some modifications:
......@@ -33,7 +34,7 @@ Have fun!
To improve this piece of software, please report all kind of errors using the bug tracker
on https://forge.fusiondirectory.org
Documentation: http://www.fusiondirectory.org/
Documentation: http://documentation.fusiondirectory.org/
Mailinglist: http://lists.fusiondirectory.org/
Irc: #fusiondirectory on freenode
......
====== Migrate FusionDirectory from 1.0.6 to 1.0.7 ======
==== Upgrade fusiondirectory first ====
Upgrade FusionDirectory core package before other ones to avoid dependencies errors:
==== Debian ====
=== Add new debian-extra repo to you source list ===
<code bash>
deb http://repos.fusiondirectory.org/debian-extra wheezy main
</code>
<code bash>
root@fusion-install:~# apt-get update
root@fusion-install:~# apt-get install fusiondirectory
root@fusion-install:~# apt-get upgrade
</code>
==== Upgrade of LDAP directory ====
You have to update your LDAP schemas, first update the FusionDirectory core schemas. We have put a new option in fusiondirectory-insert-schema
that allow you to update easily your schema without the use of ldif files.
The following schemas needs an update :
* core-fd-conf.schema
* mail-fd.schema
* service-fd.schema
* systems-fd-conf.schema
* systems-fd.schema
<code>
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema
</code>
You must do the same procedure for all other schema needing an update
Migrate FusionDirectory from 1.0.7.0 or 1.0.7.1 to 1.0.7.2
==========================================================
- Upgrade FusionDirectory first
Upgrading FusionDirectory core package before other ones to avoid dependencies errors:
- Upgrade of your LDAP directory
You have to update your LDAP schemas, first update the FusionDirectory core schemas. We have put a new option in fusiondirectory-insert-schema that allow you to update easily your schema without the use of ldif files.
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema
---
* Further information
To improve this piece of software, please report all kind of errors using the bug tracker
on https://forge.fusiondirectory.org
Documentation: http://documentation.fusiondirectory.org/
Mailinglist: http://lists.fusiondirectory.org/
Irc: #fusiondirectory on freenode
---
The FusionDirectory project <contact@fusiondirectory.org>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment