On 2024-03-26 06:42, Mark wrote:
Hi,
I'm running Mailman 3.3.9 with HyperKitty version 1.3.8 (venv installed as per the docs).
As superuser (listmaster) I can "Delete message/thread" and "Delete archive".
These options aren't there for the list owners.
The docs (link below) say that in the newer HyperKitty version 1.3.9, list owners can delete messages/threads
Is there a patch I can implement on HyperKitty version 1.3.8 (so list owners can delete messages), or is it possible to update HyperKitty to version 1.3.9 without bringing everything crashing down?
https://docs.mailman3.org/projects/hyperkitty/en/latest/news.html 1.3.9 (2024-02-27) List owners can now delete messages and threads and reattach threads. (Fixes #261)
Regarding updating, the Hyperkitty docs say to (a) update the code base; and (b) update the database schemas.
Although updating the database is mentioned, there isn't anything about updating the code base.
Any pointers on this appreciated. Apologies for my cluelessness.
*** FROM DOCS - https://docs.mailman3.org/projects/hyperkitty/en/latest/install.html
To upgrade an existing installation of HyperKitty, you need to update the code base AND run the commands that will update the database schemas. ...
To update the HyperKitty database, run:
django-admin migrate --pythonpath example_project --settings settings
After this command complete, your database will be updated.