Viewing posts for the category Postgresql
Due to my old ldap server (with samba 2.X) dying I wanted to decouple the emails from the rest of the accounts since only 3 users actually use the email anyway the whole setup with LDAP was complete overkill..
So I recently had this issue with running out of DB connections to my postgresql server.
Just did an upgrade from postgres 10.x to 11.x on a test machine..
I tried with just exporting from postgresql like this:
So I recently had a problem, where postgresql would run out of max concurrent connections .. and I wasn'T sure what caused it.