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

Error: required envvar DB_HOST not set! #62

Open
loki-sft opened this issue Oct 26, 2024 · 1 comment
Open

Error: required envvar DB_HOST not set! #62

loki-sft opened this issue Oct 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@loki-sft
Copy link

Error: required envvar DB_HOST not set!

Zur Überprüfung folgende Ausgaben:
``
pi@debian:~/IDDataLogger$ sudo ls -la
/var/www/
[sudo] Passwort für pi:
insgesamt 12
drwxr-xr-x 3 root root 4096 25. Okt 13:50 .
drwxr-xr-x 12 root root 4096 25. Okt 13:49 ..
lrwxrwxrwx 1 root root 26 25. Okt 13:50 .env -> /home/pi/IDDataLogger/.env
drwxr-xr-x 3 root root 4096 25. Okt 13:50 html

pi@debian:~/IDDataLogger$ cat ~/IDDataLogger/.env
DB_HOST="localhost"
DB_NAME="vwid"
DB_USER="iddatalogger"
DB_PASSWORD="J9tvedwZ9ubFbGiIJ61rSnY2oOldHQVx"
DB_DRIVER="pgsql"
FORCE_ALLOW_HTTP=true

pi@debian:~/IDDataLogger$
``

Es ist eine Debian VM unter Proxmox.
Frisch aufgesetzt. Alles aktuell. Der User darf SUDO.
Das Script habe ich nicht mit root laufen lassen.

@robske110 robske110 added the bug Something isn't working label Nov 24, 2024
@robske110
Copy link
Owner

Hallo, scheint wohl auch aufgrund von Änderungen bei Debian 12 zu sein, muss ich mir aber nochmal genauer anschauen.
Falls nichts anderes auf dem System ist das einfachste:

chmod 705 /home/pi

Ansonsten die sicherere Variante, es muss aber bei Änderungen an der .env diese wieder erneut kopiert werden:

cd /home/pi/IDDataLogger
sudo rm /var/www/.env
sudo cp .env /var/www

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants