mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1959] erreur update 1.15.0 #1476
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#1476
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 @Master13011 on GitHub (May 11, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1959
Impacted versions
Steps to reproduce
sudo -u modoboa -i
cd /srv/modoboa/
mv env env.bck
virtualenv --python=python3.6 env
pip3 install --upgrade
source env/bin/activate
python --version -> 2.7.5
pip install modoboa==1.15.0
cd instance
python manage.py migrate
ModuleNotFoundError: No module named 'modoboa_XX' (contacts/sieve,etc)
pip3 install modoboa_stats==1.5.0 -> Error
Current behavior
Expected behavior
Video/Screenshot link (optional)
@Master13011 commented on GitHub (May 11, 2020):
install rddtool ok with : yum install rrdtool-devel python34-devel
Je n'arrive toujours pas à mettre à jour modoboa ...
@tonioo commented on GitHub (May 11, 2020):
@Master13011 Have you tried the upgrade mode provided by the installer?
@Master13011 commented on GitHub (May 14, 2020):
cd /srv/modoboa/
mv env env.bck
virtualenv --python=python3.6 env
nano /srv/modoboa/.bashrc
alias python="/usr/bin/python3.6"
cd /
nano .bashrc
alias python="/usr/bin/python3.6"
update-alternatives --install /usr/bin/python python /usr/bin/python3.6 60
update-alternatives --config python -> python3.6
cd /modoboa-installer/
sudo ./run.py --upgrade
Error 502...
Log :
@Master13011 commented on GitHub (May 14, 2020):
La maj fonctionne !
tuto :
cd /srv/modoboa
mv env env.bck
git clone https://github.com/modoboa/modoboa-installer
cd modoboa-installer
sudo ./run.py --upgrade