Help with upgrading Modoboa on Debian
See original GitHub issueI’m not experienced with Python, Postgre.
I have Modoboa 1.6.0 running on my mailserver . My install method was the ‘easy’, Python script method:
$ git clone https://github.com/modoboa/modoboa-installer
$ cd modoboa-installer
$ sudo ./run.py <mail server hostname>
I have read the docs describing how to update modoboa with new version, but I’m stuck on the deploy
instructions.
Example from the docs:
$ modoboa-admin.py deploy modoboa_example --collectstatic [--dburl default:database-url] [--extensions extensions]
What do I replace modoboa_example
with?
How do I determine my --dburl
values?
Any help is very appreciated!
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (13 by maintainers)
Top Results From Across the Web
Upgrade — Modoboa 1.10.0 documentation
Most of the time, upgrading your installation to a newer Modoboa version only requires a few actions. In every case, you will need...
Read more >How to Set Up a Mail Server with Modoboa on Debian 10
In this tutorial, I will show you how to install Modoboa on Debian 10 server. ... Before starting, update your system packages to...
Read more >Quickly Set Up a Mail Server on Debian 9 Stretch with Modoboa
This tutorial shows you how to quickly set up your own email server on Debian 9 Stretch with Modoboa, saving you lots of...
Read more >Debian 11: Not Supported? · Issue #391 · modoboa ... - GitHub
I wanted to install Modoboa on my Debian 11 Bullseye server the other day, but it said that my Linux distro is not...
Read more >Modoboa Documentation - Read the Docs
This version drops Python 2 support so don't forget to update all the extensions you use. Warning: If you upgrade an existing python...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The documentation has been refactored and now includes clear upgrade instructions (I hope so). http://modoboa.readthedocs.io/en/latest/upgrade.html
I’ve been following this as it happened - I encountered very similar problems to this and this just helped me fix them. Thanks @tonioo