On 2024-03-26 08:45, Mark Sapiro wrote:
On 3/25/24 13:00, Mark wrote:
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.
Updating the code base just means installing an updated version. E.g. upgrading from 1.3.8 to 1.3.9.
Thanks Mark. Was another case of "If all else fails, read the instructions..."
$ sudo systemctl stop mailman3 $ sudo systemctl stop mailmanweb
(venv) $ pip install -U mailman postorius django-mailman3 hyperkitty mailman-web
(venv) $ mailman-web migrate
(venv) $ mailman-web compress (venv) $ mailman-web collectstatic
(venv) $ mailman-web compilemessages
$ sudo systemctl start mailman3 $ sudo systemctl start mailmanweb
https://www.mailman3.org/en/latest/upgrade-guide.html
Successfully upgraded to Hyperkitty 1.3.9 and the delete message link now shows for the list owners.
Best, Mark