mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #133] Archived accounts are stuck on "ARCHIVING" #101
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#101
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 @florianbeer on GitHub (Mar 22, 2015).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/133
I have marked several mailboxes for archiving and the cronjob is set up to run.
Now the accounts are marked in the frontend as "ARCHIVING" and there are tar.bz2 files in the defined archive path, but they have only 46 bytes and the original maildirs are still in place.
The database shows the accounts in the "archive" table and not in the "mailbox" table anymore, but the status is "ARCHIVING" and all the homedir_* and maildir_* fields have "NULL" values. I also didn't ever get a mail for completed archives. Running the archive task on the CLI with "-v" doesn't show any errors.
Any help with figuring out what might have gone wrong or any more info I can provide to track down the error?
@barryo commented on GitHub (Apr 2, 2016):
See: https://github.com/opensolutions/ViMbAdmin/wiki/Archiving-Mailboxes#cron-jobs
@florianbeer commented on GitHub (Apr 2, 2016):
Of course I have the following lines in
/etc/cron.d/vimbadminThe issue must be somewhere in the archive task.
@barryo commented on GitHub (Apr 3, 2016):
What happens when you run these manually on the command line with debug enabled?
@florianbeer commented on GitHub (Apr 3, 2016):
@barryo commented on GitHub (Apr 3, 2016):
So set a mail to be archived for testing and rerun please?