PostgresApp is up to date. I have not altered anything in PostgresApp in a long time, I use PostgreSQL with Django. Today I tried to start the server and I am faced with:
"django.db.utils.OperationalError: connection to server at "localhost" (::1), port 5432 failed: FATAL: Postgres.app failed to verify "trust" authentication
DETAIL: The helper application terminated with signal 6. For more information see https://postgresapp.com/l/app-permissions/
HINT: You may be able to connect by editing app permission in Postgres.app settings. Please report this error to https://github.com/PostgresApp/PostgresApp/issues"
With Django all the connection variables are set including user and password.
I cannot connect to the database via the PostgresApp either, with a similar error.
"connection to server at "localhost" (::1), port 5432 failed: FATAL: Postgres.app failed to verify "trust" authentication
DETAIL: The helper application terminated with signal 6. For more information see https://postgresapp.com/l/app-permissions/
HINT: You may be able to connect by editing app permission in Postgres.app settings. Please report this error to https://github.com/PostgresApp/PostgresApp/issues"
PostgresApp is up to date. I have not altered anything in PostgresApp in a long time, I use PostgreSQL with Django. Today I tried to start the server and I am faced with:
"django.db.utils.OperationalError: connection to server at "localhost" (::1), port 5432 failed: FATAL: Postgres.app failed to verify "trust" authentication
DETAIL: The helper application terminated with signal 6. For more information see https://postgresapp.com/l/app-permissions/
HINT: You may be able to connect by editing app permission in Postgres.app settings. Please report this error to https://github.com/PostgresApp/PostgresApp/issues"
With Django all the connection variables are set including user and password.
I cannot connect to the database via the PostgresApp either, with a similar error.
"connection to server at "localhost" (::1), port 5432 failed: FATAL: Postgres.app failed to verify "trust" authentication
DETAIL: The helper application terminated with signal 6. For more information see https://postgresapp.com/l/app-permissions/
HINT: You may be able to connect by editing app permission in Postgres.app settings. Please report this error to https://github.com/PostgresApp/PostgresApp/issues"