3 Oct
2024
3 Oct
'24
8:54 a.m.
Mark Sapiro wrote:
What user ran the makemigrations --merge?
cat /usr/bin/mailman-web
#!/bin/sh
su -s /bin/sh -c "python3 /usr/share/mailman3-web/manage.py $*" www-data
What does ls -la /usr/lib/python3/dist-packages/django_q/migrations/ show?
that all the files belong to www-data
... but know I get the error for /usr/lib/python3/dist-packages/postorius/migrations
. So I change the owner and everything works know.
I’ve done :
root@machine: mailman-web makemigration --merge
and then
root@machine: mailman-web migrate
and now, hyperkitty is working well!!!
Thank you to all of you.