You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restoring ldap entiies from full backup ( in my case to new installation of Zimbra) causing full corruption of ldap directory
STEPS TO REPRODUCE
Make full backup.
Install new clear zimbra.
Copy full backup to new server.
Replace ldap password in zmbackup.conf
Exec zmbackup -r full_backup or zmbackup -r -ldp full_backup
ACTUAL RESULTS
After that- ldap is unusable
Error in lib/bash/ParallelAction.sh line 82.
Contains "$(grep ^dn: "$WORKDIR"/"$1"/"$2".ldiff | awk 'print $2')" > /dev/null 2>&1
Must be "$(grep ^dn: "$WORKDIR"/"$1"/"$2".ldiff | awk '{print $2}')" > /dev/null 2>&1
After correction all works fine
The text was updated successfully, but these errors were encountered:
lomikas1
changed the title
zmbacrup -r corrupts ldap directory - error in lib/bash/ParallelAction.sh
zmbackup -r corrupts ldap directory - error in lib/bash/ParallelAction.sh
Jan 4, 2022
Hello
Yes this code fix one of bug,
For me i'v had the error Ldap bind ldap_bind: Confidentiality required (13)
To fix this i have added -Z arg to ldapdelete and ldapadd
Thanks
iqkotze
pushed a commit
to iqkotze/zmbackup
that referenced
this issue
May 6, 2022
ISSUE TYPE
ENVIRONMENT VERSION
SUMMARY
Restoring ldap entiies from full backup ( in my case to new installation of Zimbra) causing full corruption of ldap directory
STEPS TO REPRODUCE
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: