mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1300] Migrate #1049
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#1049
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 @ndecaris on GitHub (Nov 17, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1300
Impacted versions
Steps to reproduce
upgrade process describe in the official documentation
Current behavior
error when use the command : "python manage.py migrate" => ImportError: No module named modoboa_amavis
Expected behavior
go further .....
thank a lot for your help
Nicolas
@tonioo commented on GitHub (Nov 17, 2017):
@ndecaris Did you install Modoboa using the installer (https://github.com/modoboa/modoboa-installer) or following the documentation? (http://modoboa.readthedocs.io/en/latest/installation.html#manual-installation)
@ndecaris commented on GitHub (Nov 17, 2017):
@tonioo i used the installer ...
@tonioo commented on GitHub (Nov 18, 2017):
@ndecaris when did you run this install? Modoboa 1.7.4 is pretty old. Could you try with the latest version of the installer?
@ndecaris commented on GitHub (Nov 18, 2017):
@tonioo you mean update the installer ? how can i do it : i will see in the doc !
@tonioo commented on GitHub (Nov 20, 2017):
@ndecaris commented on GitHub (Nov 20, 2017):
@tonioo idem :
@tonioo commented on GitHub (Nov 20, 2017):
@ndecaris Can you restart from scratch?
@ndecaris commented on GitHub (Nov 20, 2017):
you mean reinstall everything ? heu, how does it work for postfix dovecot, ... configuration : the installation keep the configuration files ?
@tonioo commented on GitHub (Nov 23, 2017):
@ndecaris did you modify the config manually?
@ndecaris commented on GitHub (Nov 23, 2017):
@tonioo yes i did. and i think many people does : listen on another port for webadmin (nginx config), disable a dns postscreen service, modify postscreen_access.cidr, use letsencrypt certificate, add POP3s for dovecot, ... !
Do you mean : i have to restart from scratch, even for services ?
how can i backup everything : even messages in mailbox ?
@ndecaris commented on GitHub (Dec 1, 2017):
@tonioo i try to backup configurations, but i can't connect to postgresql : where are the credentials ?
thanks
@tonioo commented on GitHub (Dec 3, 2017):
The credentials are stored in the settings.py file.
@tonioo commented on GitHub (Dec 7, 2017):
@ndecaris any news?
@ndecaris commented on GitHub (Dec 7, 2017):
@tonioo backup is ok now. but i can't use a new version of the installer : i don't want to crash my production service. is there a way to check what is done by the installer : i mean just to understand how files are written or not if configuration exists ?
@tonioo commented on GitHub (Dec 8, 2017):
@ndecaris There is easy way for that. Either look at the code or run the installer on a VM with the --debug option
@tonioo commented on GitHub (Jan 12, 2018):
@ndecaris Can I close this issue?