Commit 3ec3e454 authored by bmortier's avatar bmortier
Browse files

Merge branch '5960-update-upgrade-md-for-1-3' into '1.3-dev'

Resolve "update UPGRADE.md for 1.3"

See merge request fusiondirectory/fd!544

(cherry picked from commit c1284e69)

824234c7 :sparkles: feat(UPGRADE.md) update UPGRADE.md for 1.3
Showing with 96 additions and 0 deletions
+96 -0
......@@ -3121,6 +3121,102 @@ apt-get install fusiondirectory-schema
```
## Migrate FusionDirectory from 1.2.3 to 1.3
### Upgrade FusionDirectory first
Upgrade FusionDirectory core package before other ones to avoid
dependencies errors:
``` {.sourceCode .shell}
apt-get install fusiondirectory
```
Upgrade FusionDirectory schema package too.
``` {.sourceCode .shell}
apt-get install fusiondirectory-schema
```
### Upgrade of LDAP directory
Upgrade core schema of FusionDirectory
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema
```
if you are using the audit plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/audit-fd.schema
```
if you are using the argonaut plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/argonaut-fd.schema
```
if you are using the community plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/community-fd.schema
```
if you are using the dhcp plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/dhcp-fd.schema
```
if you are using the ejbca plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/ejbca-fd.schema
```
if you are using the opsi plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/opsi-fd.schema
```
if you are using the postfix plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/postfix-fd.schema
```
if you are using the supann plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/supann-fd-conf.schema
```
if you are using the systems plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd.schema
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd-conf.schema
```
if you are using the user reminder plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/user-reminder-fd-conf.schema
```
if you are using the weblink plugin you have to update is schema
``` {.sourceCode .shell}
fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/weblink-fd.schema
```
[php-cas]: http://packages.ubuntu.com/trusty/all/php-cas/download
[repo-urls]: https://documentation.fusiondirectory.org/en/dl_install
......
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