Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/system says my db isnt a postgres db but I am using postgres db #2836

Closed
leon1995 opened this issue Dec 27, 2023 · 3 comments
Closed

/system says my db isnt a postgres db but I am using postgres db #2836

leon1995 opened this issue Dec 27, 2023 · 3 comments

Comments

@leon1995
Copy link

Tandoor Version

abf8f79

Setup

Manual Setup

Reverse Proxy

Nginx Proxy Manager (NPM)

Other

No response

Bug description

/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
Screenshot 2023-12-27 at 21 58 44

.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

@smilerz
Copy link
Collaborator

smilerz commented Dec 27, 2023

duplicate

@smilerz smilerz closed this as completed Dec 27, 2023
@RaphaelJenni
Copy link

@smilerz It would be nice to know by which issue this is duplicated. I haven't found the issue yet.

@smilerz
Copy link
Collaborator

smilerz commented Dec 28, 2023

@smilerz It would be nice to know by which issue this is duplicated. I haven't found the issue yet.

#2791
#2790
#2775
#2762
#2752
#2798
#2832

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants