mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #66] zmbackup single mail account restore issue #42
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somnathndy on GitHub (Feb 27, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/66
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE
Question
ENVIRONMENT VERSION
SUMMARY
I am doing a test with Zimbra OSE 8.8.6 installed on CentOS 6.9. It is configured properly and working fine. I have installed Zmbackup (version 1.2.0, release candidate 2) after downloading from Github for mail account backup. It is also doing it's backup work properly without any failure.
Problem is arising when I am trying to restore any account from the full backup. Whenever I am trying to restore any ldap information it is doing properly(perhaps as no error message is there) but when I am trying to restore the mail account( with "-m" option) it is giving error message as follows -
[zimbra@mail2 ~]$ zmbackup -r -ldp full-20180217170655 abhatta@sailrmd.co.in
Restore LDAP process with session full-20180217170655 started at Tue Feb 27 13:12:53 IST 2018
Restore LDAP process with session full-20180217170655 completed at Tue Feb 27 13:12:54 IST 2018
[zimbra@mail2 ~]$ zmbackup -r -m full-20180217170655 abhatta@sailrmd.co.in
Restore mail process with session full-20180217170655 started at Tue Feb 27 13:14:15 IST 2018
Error during the restore process for account abhatta@sailrmd.co.in. Error message below:
abhatta@sailrmd.co.in: /bin/bash: http: command not found
Restore mail process with session full-20180217170655 completed at Tue Feb 27 13:14:15 IST 2018
Please note, the server I am restoring to is a different server(mail2.sailrmd.co.in) from the source server(mail1.sailrmd.co.in).
STEPS TO REPRODUCE
ACTUAL RESULTS
@lucascbeyeler commented on GitHub (Mar 27, 2018):
Hello @somnathndy,
This bug was fixed right now in the branch 1.2-version. Sorry for the long delay. Before the end of this week a new release will be launched with this fix.
Thanks for your support.
Lucas Costa Beyeler