Pg: template1 repeatedly "captured"

Hello everybody,

we’re running several Tryton instances in VENVs at a ubuntu VM. One of these (“tryton05”) frequently “captures” the postgres template1:

$ sudo ps -ef | grep template1
postgres  534376     885  0 14:35 ?        00:00:00 postgres: 14/main: my_username template1 ::1(54444) idle

Sometimes one, sometimes two of these postgres instances show up. This postgres instance(s) can be killed after having restarted the tryton05 instance, but the postgres will come back, sometimes after some days, sometimes after some hours.

Does anybody have an idea what could be wrong with our tryton05?

Thanks a lot in advance, Wolf

cc @mstma

This is caused by the listing of databases.

There’s a recent patch that fixes this.

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.