<div dir="ltr"><div>I don't know why your mailman3-web was broken, anyway I can fix the problem with the following steps:</div><div><br></div><div>* add config to /etc/mailman3/mailman-web.py</div><div><br></div><div>```</div><div>DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'<br>Q_CLUSTER = {<br>    'timeout': 300,<br>    'retry': 600,<br>    'save_limit': 100,<br>    'orm': 'default',<br>    'poll': 5,<br>}<br></div><div>```</div><div><br></div><div>* make django migration</div><div><br></div><div>```</div><div>sudo -u www-data /usr/share/mailman3-web/manage.py makemigrations<br>sudo -u www-data /usr/share/mailman3-web/manage.py migrate<br></div><div>```</div><div><br></div><div>to enable DEFAULT_AUTO_FIELD config</div><div><br></div><div>* restart service</div><div><br></div><div>```</div><div>sudo service mailman3 restart<br>sudo service mailman3-web restart<br>```<br></div><div><br></div><div>to enable Q_CLUSTER  config</div><div><br></div><div><br></div>On Mon, 07 Aug 2023 11:30:23 +0200 "Richard Rosner" <<a href="mailto:rrosner@fsmuw.rwth-aachen.de">rrosner@fsmuw.rwth-aachen.de</a>> wrote:<br>> <br>> It would be very much appreciated if a solution could be found, or at least help provided to figure out the problem. Right now, both mailman3-full and mailman3-web can't be configured, so every time apt runs, it also tries to fix them. While mailman3 itself is working, mailman3-web is completely dead.<br>> <br>> PS: I also tried adding DEFAULT_AUTO_FIELD='django.db.models.AutoField' to the settings.py, but I don't see any changes. Output is this (for dpkg --configure -a):<br><br></div>