[GH-ISSUE #2033] Upgrade to 1.16.1 doesn't work #1508

Closed
opened 2026-02-27 11:17:27 +03:00 by kerem · 1 comment
Owner

Originally created by @ivdok on GitHub (Oct 12, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2033

Impacted versions

  • Modoboa: 1.15.0
  • installer used: ?
  • Webserver: Nginx

Steps to reproduce

sudo -u modoboa bash
cd ~
source env/bin/activate
pip install modoboa==1.16.1
cd instance
python manage.py migrate
python manage.py collectstatic
python manage.py check --deploy
^D
systemctl restart nginx

Current behavior

One or more updates are available! in Web UI, still showing 1.15.0

Expected behavior

Updated environment

Originally created by @ivdok on GitHub (Oct 12, 2020). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2033 # Impacted versions * Modoboa: 1.15.0 * installer used: ? * Webserver: Nginx # Steps to reproduce > sudo -u modoboa bash > cd ~ > source env/bin/activate > pip install modoboa==1.16.1 > cd instance > python manage.py migrate > python manage.py collectstatic > python manage.py check --deploy > ^D > systemctl restart nginx # Current behavior `One or more updates are available!` in Web UI, still showing 1.15.0 # Expected behavior Updated environment
kerem closed this issue 2026-02-27 11:17:28 +03:00
Author
Owner

@MrGeneration commented on GitHub (Oct 12, 2020):

Modoboa is based von Django and in order for modoboa to reload, restarting your webserver is not enough.
Restart uwsgi which is responsible for the modoboa part - after that you should be fine.

<!-- gh-comment-id:707058168 --> @MrGeneration commented on GitHub (Oct 12, 2020): Modoboa is based von Django and in order for modoboa to reload, restarting your webserver is not enough. Restart `uwsgi` which is responsible for the modoboa part - after that you should be fine.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1508
No description provided.