How to use Postgresql 13 client tools?

Hi,

I installed a GitLab instance here on my server. I have a dedicated PostgreSQL server with PostgreSQL version 13. All works fine.

During an update, the script will backup the database with a version 12 pg_dump… Of course that will not work. How can I change the settings that the 13 tools will be used? If have tried to install the client tools separatly but GitLab still uses embedded tools. Any solution?

BR Henning

1 Like

Hi,

I found a solution (or maybe a workaround?). I just copied pg_dump from my Postgresql version into /opt/gitlab/bin and update went fine.

BR Henning

1 Like