mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #889] python manage.py migrate cant migrate limits #781
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#781
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 @suptimal on GitHub (Jun 9, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/889
hello its me again :( sry,
i have another modoboa instance broken, its no real issue from ur code but mby u can help me.
someone upped modoboa to version 1.5.3 and i get internal errors now as i try to access users, i tried python manage.py migrate and got:
and i cant say from which version and how the customer uppgraded.
any ideas pls.
thx
matthias
@tonioo commented on GitHub (Jun 9, 2016):
You need to clean the limits_limit table. Remove all entries with a name starting with 'relay_domain'.
@suptimal commented on GitHub (Jun 9, 2016):
its not only relay_domain so i have to clean them all and it shuld work?
thx i'll try it tonight
On 09.06.2016 07:45, Antoine Nguyen wrote:
@tonioo commented on GitHub (Jun 9, 2016):
If you remove the relay_domain entries, then the migration will work as expected. You can also remove all entries but you'll lost existing limits...
@suptimal commented on GitHub (Jun 10, 2016):
thx solved 50%.
for the other 50% i had to change "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/modo_extension.py" line 45
replaced some code:
anyway thx for ur support and great software.