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. _______________________________________________ Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-le...@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/VY6OJN3M4EHM6Z5E3BAI22IYXAU4IX6N/ This message sent to arch...@mail-archive.com