Hallo Stefan,
yes you can keep the database. I used the configuration as suggested in that guide and did some modifications to adapt to my older settings.
I also had the original Debian packages installed before, so my experience matches your task
pretty much.
As I am not using nginx but apache, I set up a vhost in the apache2. This setup worked for me:
https://github.com/maxking/docker-mailman/issues/525[1]
Only I did not use the uwsgi localhost:8080 address but used the sockets: ProxyPass / unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost/ ProxyPassReverse / unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost/ The good thing is, the installation in the virtualenv directory is completely independant of the original Ubuntu/Debian installation. You can prepare all stuff while the old instance is still running. Take care not to run both instances at the same time, this might corrupt the database.
DM me if you run into problems. Eggert
Am Mittwoch, 4. Mai 2022, 07:41:19 CEST schrieb Stefan Bauer:
Hi Eggert,
thanks alot. That looks promising. Can we just copy the current mailman3-database and take the configurations or is there a specific migration path we have to follow? We are currently running 3.1.1-9 (Ubuntu 18).
thanks a lot.
Stefan
Am Di., 3. Mai 2022 um 10:30 Uhr schrieb Eggert Ehmke <eggert@eehmke.de>:
I followed this guide to install mailman3 in a virtualenv on Debian:
https://docs.mailman3.org/en/latest/install/virtualenv.html[1]
This way you are independent of the release cycle of your distribution. Works fine, you just have to adjust the pathes in your config files.
[1] https://docs.mailman3.org/en/latest/install/virtualenv.html
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/