Viewing posts for the category Postgresql
Upgrading Tryton from 5.8 to 6.0 was nearly completely painless - in part due to the fact I am only using a few modules so far (and my custom module is not too big either).
Since the dolibarr export for projects was not too useful for me directly I decided (reluctantly - due to the half english, half french nature of the DB tables, columns,..) to dive into the database again directly.
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..