Hello All,
I have a 3.1 installation. I want to upgrade to 3.2.
Has anyone attempted this? Any gotchas I need to be aware of?
-- Joe Steeve HiPro IT Solutions Private Limited http://www.hipro.co.in/
On 07/17/2018 07:29 PM, Joe Steeve wrote:
I have a 3.1 installation. I want to upgrade to 3.2.
Has anyone attempted this? Any gotchas I need to be aware of?
Yes.
The gotcha is the web UI (postorius, hyperkitty, django-mailman3 and thus the WSGI process under which Django runs is Python 2.7 in Mailman 3.1 and associates and Python 3.5+ in Mailman 3.2 and associates. This migration can be tricky depending on your exact configuration.
The most difficult situation I encountered was on a server that also supported MoinMoin which is a Python 2.7 WSGI process. Thus I needed both Python 2.7 and Python 3 WSGI support. I wound up leaving the Python 2.7 mod_wsgi in Apache and proxying the Mailman 3 URLs to gunicorn for Python 3 support.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 07/17/2018 10:16 PM, Mark Sapiro wrote:
On 07/17/2018 07:29 PM, Joe Steeve wrote:
I have a 3.1 installation. I want to upgrade to 3.2.
Has anyone attempted this? Any gotchas I need to be aware of?
In addition to my prior reply, see <https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/PAMC4L5LALDRWXTUNJMQCL4AQRJEMEVF/>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Joe Steeve
-
Mark Sapiro