Just downloaded PostgreSQL 9.3 to replace old version.
Getting the error messge:
Binaries not found
When I click Start button I get:
The binaries for this PostgreSQL server were not found
Create a new Server and try again
How can I fix this please?
Solved by deleting app support postgresql folder, clicking the icon and removing the old server.
can you clarify this more? I am running into the same issue and want to know specifically what folder you had to delete. Did you lose data?
If you run into the "Binaries not found" error, you need to make sure you have the right binaries for your data directory. They must be the same version. The standard download has binaries for 9.5 and 9.6.
You can get binaries for older versions here:
http://postgresapp.com/documentation/all-versions.html
(See the section mix & match)
Also, see this page for updating instructions:
https://postgresapp.com/documentation/update.html
I'm getting this error. I did a clean install of OSX Sierra and restored my data but not apps. I get this error when trying to start Postgres app, so I think perhaps I have an old copy of data which I don't need. What's the location I would need to delete?
Postgres app Version 2.0.3 (21)
PostgreSQL 9.3
OSx 10.12.5
edit: I fixed it by following the reset instructions, with defaults delete com.postgresapp.Postgres2
https://postgresapp.com/documentation/troubleshooting.html
The folder I deleted would have been either /Library/Application Support/Postgresql or Users/username/Library/Application Support/Postgresql
The https://postgresapp.com/documentation/update.html and https://postgresapp.com/documentation/migrating-data.html pages are missing a crucial step if you are trying to upgrade from something a pre 9.5 database.
So PostgresApp 2 has this concept of multiple databases, and it ships with the binaries for 9.5 and 9.6, so if you are currently running 9.4 and you upgrade to PostgresApp 2 you will get this "Binaries not found" error. However, you are not getting this error for the entire PostgresApp 2 application, just for your existing 9.4 server instance. So if you click on the panel icon in the bottom left:

You can create a new server running the latest version of postgres and then you can finish following the instructions on https://postgresapp.com/documentation/migrating-data.html
I have this same problem. New install, "binaries not found". And I downloaded 11 , but it wants 9.4 ?? how can I have it run 11?
@knussear Open the sidebar (using the button in the bottom left), then click the plus button, and create a new server with version 11
FANTASTIC! Thank you!
Ken
Jakob Egger wrote on 12/2/18 3:17 PM:
>
@knussear https://github.com/knussear Open the sidebar (using the
button in the bottom left), then click the plus button, and create a
new server with version 11—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/PostgresApp/PostgresApp/issues/388#issuecomment-443551778,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC0QAyQL3Q4rOxOfVM6_j12j3X6-vyGTks5u1F91gaJpZM4M83ay.
Most helpful comment
The https://postgresapp.com/documentation/update.html and https://postgresapp.com/documentation/migrating-data.html pages are missing a crucial step if you are trying to upgrade from something a pre 9.5 database.
So PostgresApp 2 has this concept of multiple databases, and it ships with the binaries for 9.5 and 9.6, so if you are currently running 9.4 and you upgrade to PostgresApp 2 you will get this "Binaries not found" error. However, you are not getting this error for the entire PostgresApp 2 application, just for your existing 9.4 server instance. So if you click on the panel icon in the bottom left:

You can create a new server running the latest version of postgres and then you can finish following the instructions on https://postgresapp.com/documentation/migrating-data.html