You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/system tells me, that This application is not running with a Postgres database backend. This is ok but not recommended as some features only work with postgres databases.
But I am using a postgres database
.env file:
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
DB_ENGINE=django.db.backends.postgresql
# DB_OPTIONS= {} # e.g. {"sslmode":"require"} to enable ssl
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5432
POSTGRES_USER=djangouser
# ---------------------------- AT LEAST ONE REQUIRED -------------------------
POSTGRES_PASSWORD=<redacted>
POSTGRES_PASSWORD_FILE=
# ---------------------------------------------------------------
POSTGRES_DB=djangodb
Relevant logs
No response
The text was updated successfully, but these errors were encountered:
Tandoor Version
abf8f79
Setup
Manual Setup
Reverse Proxy
Nginx Proxy Manager (NPM)
Other
No response
Bug description
/system
tells me, thatThis application is not running with a Postgres database backend. This is ok but not recommended as some features only work with postgres databases.
But I am using a postgres database
.env
file:Relevant logs
No response
The text was updated successfully, but these errors were encountered: