diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-11-30 19:40:02 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-11-30 19:40:02 +0000 |
commit | a9b98f5707ff0b1a6df6d917f30b0c3fd2602ee0 (patch) | |
tree | 7efdfe82df874d898a7a0d15d1f694421e0eb19f /UPDATING | |
parent | 7a035fffdc3dfc629895c02b70ba3eaac29a4c32 (diff) | |
download | ports-a9b98f5707ff0b1a6df6d917f30b0c3fd2602ee0.tar.gz ports-a9b98f5707ff0b1a6df6d917f30b0c3fd2602ee0.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -13,6 +13,19 @@ upgrades. The default Berkeley DB version has been changed from 4.3 to 4.4, as suggested by OpenLDAP developers. + Suggested upgrade step: + - Stop OpenLDAP server (i.e. ${PREFIX}/etc/rc.d/slapd stop) + - Backup the OpenLDAP database (typically, /var/db/openldap-data) + with your favorite tool + - Do a "slapcat > backup.ldif" to dump all data + - portupgrade net/openldap23-server + - Remove BDB files from your /var/db/openldap-data; you will want + to keep DB_CONFIG as-is. + - Do a "slapadd < backup.ldif" to restore the data + + Alternatively, if you want to keep the current BDB version (4.3), + please define WITH_BDB=43 when building the server. + 20061121: AFFECTS: users of www/hastymail AUTHOR: miwi@FreeBSD.org |