mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1655] Bug upgrading to modoboa-1.3.0 #1300
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#1300
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 @stefaweb on GitHub (Jan 17, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1655
Impacted versions
When I try to upgrade, I got this:
@stefaweb commented on GitHub (Jan 17, 2019):
I back ported to 1.12.2 and the message is gone.
@tonioo commented on GitHub (Jan 21, 2019):
@stefaweb Did you follow dedicated upgrade instructions for 1.13.0 ?
@stefaweb commented on GitHub (Jan 21, 2019):
No.
You're talking of this?
https://github.com/modoboa/modoboa/blob/master/doc/upgrade.rst#1130
In witch file(s) do we need to make change?
@tonioo commented on GitHub (Jan 21, 2019):
In settings.py.
And don't forget run migrate after
@stefaweb commented on GitHub (Jan 21, 2019):
ok.
Got this at the end after upgrade to 1.13.0.
@tonioo commented on GitHub (Jan 21, 2019):
Yes, it's normal.
@stefaweb commented on GitHub (Jan 21, 2019):
Thanks.
@stefaweb commented on GitHub (Jan 21, 2019):
Got this by mail?
@makakken commented on GitHub (Jan 31, 2019):
@tonioo today i've updated modoboa and all extensions from 1.10.X to 1.13.0 and i got following errors:
(security.W001) You do not have 'django.middleware.security.SecurityMiddleware' in your MIDDLEWARE so the SECURE_HSTS_SECONDS, SECURE_CONTENT_TYPE_NOSNIFF, SECURE_BROWSER_XSS_FILTER, and SECURE_SSL_REDIRECT settings will have no effect.If this is normal, wouldn't it be nice to have this in the update instructions? (https://github.com/modoboa/modoboa/blob/master/doc/upgrade.rst#1130)
i fixed it by changing settings["AMAVIS_DEFAULT_DATABASE_ENCODING"] from LATIN1 to UTF8 in modoboa_amavis/settings.py, but why isn't it written in the update instructions? are there any extension specific upgrade instructions i've missed? (https://github.com/modoboa/modoboa/blob/master/doc/upgrade.rst#1130)
If you think my suggestions would be useful, let me know and i'll prepare a merge request for the upgrade instuctions.