PostgresApp icon indicating copy to clipboard operation
PostgresApp copied to clipboard

Error message: Not running

Open DataMower opened this issue 5 years ago • 1 comments

I cannot start the app: the error "Not running" appears.

Bildschirmfoto 2021-01-15 um 13 08 55

The server log looks like this:

Bildschirmfoto 2021-01-15 um 13 09 21

I have uninstalled and re-installed everything but this does not help.

How can I fix this?

DataMower avatar Jan 15 '21 12:01 DataMower

I can think of two explanations:

  1. Big Sur is preventing Postgres.app from accessing /tmp. Check System Preferences -> Security -> Full Disk Access, and grant permission to Postgres.app if it shows up in the list.
  2. There is an old lock file in /tmp, possible from another user, and your account is not allowed to access it. Make sure you shut down PostgreSQL servers running on different user accounts, remove left over files, or use a different port.

jakob avatar May 19 '21 10:05 jakob