mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-24 22:55:56 +03:00
[GH-ISSUE #99] Fresh install: Error: no such table: backup_account #73
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#73
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 @MartinTerp on GitHub (May 21, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/99
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE
ENVIRONMENT VERSION
SUMMARY
After installing, nothing happends, sqlite database not populated, eventhough i choose TXT
STEPS TO REPRODUCE
This is my first run ever, no backups made before this
ACTUAL RESULTS
@AndreFelipeMachado commented on GitHub (May 22, 2018):
Hello,
I tried editing /etc/zmbackup/zmbackup.conf
#AFM 20180522
#SESSION_TYPE=TXT
SESSION_TYPE=SQLITE3
then
sudo su -
su - zimbra
zmbackup -m
but the /opt/zimbra/backup/sessions.sqlite3 resulted empty.
Then manually executed
sqlite3 /opt/zimbra/backup/sessions.sqlite3 < /usr/local/lib/zmbackup/sqlite3/database.sql
and now it is created with its tables but still no data.
Situation improved, but still not getting a backup at a test lab install:
zimbra@ubuntu1404ltsserver01:~$ zmbackup -f
WARN: admin@zimbratest.com.br found inside blacklist - Nothing to do.
WARN: ham.9rb9jhqm@zimbratest.com.br found inside blacklist - Nothing to do.
WARN: spam.lcbuqph9an@zimbratest.com.br found inside blacklist - Nothing to do.
WARN: virus-quarantine.qcob9qp@zimbratest.com.br found inside blacklist - Nothing to do.
WARN: galsync.kv2vtfn@zimbratest.com.br found inside blacklist - Nothing to do.
WARN: teste1@zimbratest.com.br already has backup today. Nothing to do.
WARN: teste2@zimbratest.com.br already has backup today. Nothing to do.
WARN: galsync@zimbratest2.com.br found inside blacklist - Nothing to do.
WARN: zmbackup@zimbratest.com.br found inside blacklist - Nothing to do.
Nothing to do. Closing...
Regards.
@the-solipsist commented on GitHub (Aug 5, 2018):
Hi. I'm facing the same issue. Any suggested resolutions?
@digitalray commented on GitHub (Aug 28, 2018):
Same here: Error: no such table: backup_account. Also it doesn't seem to keep a log in the config defined location which is /opt/zimbra/log/zmbackup.log. I'll try to uninstall and reinstall configured with sqlite and see if that works.
@digitalray commented on GitHub (Aug 28, 2018):
Uninstalling and reinstalling with sqlite option did get rid of that error message. But now when I do a -f -a acct@domain.com, the generated archive file is 0 bytes. And /opt/zimbra/log/zmbackup.log again contains no log entries.
@mvldebian commented on GitHub (Sep 30, 2018):
Same here, https://groups.google.com/forum/#!topic/zmbackup/ba4dn9HUcGA
@ananiasfilho commented on GitHub (Sep 30, 2018):
Try using new 1.2.3 branch!
@abdou84 commented on GitHub (Nov 20, 2018):
go to vim /etc/zmbackup/blacklist.conf
remove all account from this file
save and quit
try zmbackup -f agin should work