28 Oct
2021
28 Oct
'21
10:40 p.m.
On Oct 26, 2021, at 10:36 AM, Seth Seeger <seth@tofutavern.com> wrote:
Another docker upgrade question... according to the upgrade docs
https://docs.mailman3.org/en/latest/upgrade-3.2.html#post-upgrade
you are supposed to stop the web service and run a series of commands (compress/collectstatic/etc). How do you stop the service under Docker? If I stop the container, then I cannot access the manage.py command.
Docker will run all the commands you find in the documentation when the container starts up. The process needs to be documented there, but it is essentially as describe in this issue’s description:
https://github.com/maxking/docker-mailman/issues/293
-- thanks, Abhilash Raj (maxking)