Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Postgresql version that Postgres.app uses

When I use Postgres.app, it uses version 9.6.

I have version 10.5 installed as well (via Homebrew) on my computer and want to use that instead.

When clicking on the + sign in the sidebar to "Create new server" I only get a dropdown with versions 9.5, 9.6 and 10.

enter image description here

How do I instruct Postgress.app to use 10.5?

like image 439
Fellow Stranger Avatar asked Sep 15 '25 03:09

Fellow Stranger


2 Answers

The version you installed with brew is in a different $PATH. It is an independent installation from the one you installed with Postgres.app

like image 73
Daniela Avatar answered Sep 17 '25 20:09

Daniela


You would have to install the corresponding version of the app which supports your required version from this link, in your case last option might work. https://postgresapp.com/downloads.html

Screenshot of docs page

like image 27
sai Avatar answered Sep 17 '25 19:09

sai