Ticket #1373 (closed defect: fixed)
backup restore fails
| Reported by: | juruen@… | Owned by: | javier.amor.garcia@… |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1.10 (alpha2) |
| Component: | Severity: | major | |
| Keywords: | backup | Cc: |
Description
I'm attaching a backup that fails to be restored in 1.1.
Enabled modules: network, firewall, users, mail, mailfilter.
Restore from the web UI gave:
2009/04/21 14:01:30 ERROR> Backup.pm:1088 EBox::Backup::__ANON__ - Error while restoring: The data you are removing is being used by
the following sections:<br><br> - Virtual domains configuration
I tried manually using ebox-restore-backup, but I had to hack /usr/share/perl5/EBox/MailUserLdap.pm, because in the method MailUserLdap::userAccount the lines:
...
my $entry = $result->entry(0);
return undef unless ($entry);
my $usermail = $entry->get_value('mail');
$entry was undef.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.