mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #1048] dovecot: dict(12777): Error: sql dict: commit failed: Field 'messages' doesn't have a default value #880
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#880
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 @cerw on GitHub (Feb 26, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1048
Impacted versions
Steps to reproduce
Getting this lots in logs?
Random in mail.log
Current behavior
Expected behavior
Video/Screenshot link (optional)
@tonioo commented on GitHub (Feb 27, 2017):
What is your database?
On 26/02/2017 13:49, Petr Cervenka wrote:
@tonioo commented on GitHub (Mar 2, 2017):
@cerw ping
@tonioo commented on GitHub (Apr 20, 2017):
Closed for inactivity.
@cerw commented on GitHub (May 15, 2017):
Sorry for some reason github did not send me email :(
mysql 5.7.18
@cerw commented on GitHub (May 16, 2017):
@tonioo
@tonioo commented on GitHub (May 16, 2017):
@cerw That's strange because the corresponding django model defines a default value for this field...
Can you try to run the following SQL statement please:
@cerw commented on GitHub (May 16, 2017):
The date got there via postfixadmin migration script? could this cause it?
I ran the SQL alter command and it seem to fix the messages now i have for bytes.
@cerw commented on GitHub (May 16, 2017):
After I set default to
bytesits seem to be fixed. Thanks