I wrote:
I've got the problem Multiple rows were found when one or none was required.
I don't have much experience with databases. I did:
sudo -i -u postgres
psql mailman
select * from listarchiver where name = 'mhonarc';
and get:
id | mailing_list_id | name | _is_enabled ----+-----------------+---------+------------- 1 | 2 | mhonarc | f 9 | 4 | mhonarc | f 13 | 5 | mhonarc | f 17 | 6 | mhonarc | f 21 | 8 | mhonarc | f 25 | 9 | mhonarc | f 29 | 10 | mhonarc | f 33 | 7 | mhonarc | f 37 | 11 | mhonarc | f 41 | 12 | mhonarc | f 45 | 13 | mhonarc | f 49 | 14 | mhonarc | f 53 | 16 | mhonarc | f (13 rows)
mailman=#
So which lines should I remove, and how do I do that?
The issue occured after creating a new list and imported from an old 21 list.
Thanks
Lars