e5d08a6137
This reverts commit 832e58778498a9484175070d0f19c250d11d3076.
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
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
|