On 2022-12-31 15:08, Claus-Justus Heine via Mailman-users wrote:
Am 29.12.22 um 21:01 schrieb Jan Eden via Mailman-users:
On 2022-12-27 19:07, Torge Riedel wrote: [snip]
Am I right with my findings?
I planned to upgrade the server until end of this year, because there is less traffic in the last days of a year. But I think unless 3.3.8 is not released, I cannot update the server.
Kind regards Torge
I installed Mailman 3.3.7 on Ubuntu LTS 22.04 without any problems (at least not related to the core functionality).
Caution: this only works if you have less then 10 lists in the database (assuming that you also use sqlalchemy 1.4???). In this case there is the problem that the yield_per default is by 10 s.t. the query.values method will try to page by 10 results. This has been fixed in the master, see issue https://gitlab.com/mailman/mailman/-/issues/1044.
Thanks for the heads-up – I use PostgreSQL with psycopg2, so my installation should not be affected.
- Jan