β
Have you read and understood the above guidelines?
yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Databasus
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/databasus.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 13
π Which Proxmox version are you on?
9.1.9
π Provide a clear and concise description of the issue.
service databasus failed to start
May 04 20:09:27 databasus systemd[1]: Started databasus.service - Databasus - Database Backup Management.
ββ Subject: A start job for unit databasus.service has finished successfully
ββ Defined-By: systemd
ββ Support: https://www.debian.org/support
ββ
ββ A start job for unit databasus.service has finished successfully.
ββ
ββ The job identifier is 1522.
May 04 20:09:27 databasus databasus[485]: Logger: .env file not found at repo root, using existing environment variables
May 04 20:09:27 databasus databasus[485]: VictoriaLogs URL is not set
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="Text structured logger initialized"
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="VictoriaLogs disabled"
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="Trying to load .env" path=/.env
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="Error loading .env file from repo root" path=/.env error="open /.env: no such file or directory"
May 04 20:09:27 databasus systemd[1]: databasus.service: Main process exited, code=exited, status=1/FAILURE
That work if i do this
cd /
ln -s /opt/databasus/.env .env
systemctl start databasus.service
But it's not very clean :)
Another point.
I don't understand the point of using nginx. Besides being accessible on port 80, the application is also available on port 4005 from my browser.
I tried changing the SERVER_HOST value from 0.0.0.0 to 127.0.0.1, but it didn't make any difference.
π Steps to reproduce the issue.
Just start the container LXC
β Paste the full error output (if available).
May 04 20:09:27 databasus systemd[1]: Started databasus.service - Databasus - Database Backup Management.
ββ Subject: A start job for unit databasus.service has finished successfully
ββ Defined-By: systemd
ββ Support: https://www.debian.org/support
ββ
ββ A start job for unit databasus.service has finished successfully.
ββ
ββ The job identifier is 1522.
May 04 20:09:27 databasus databasus[485]: Logger: .env file not found at repo root, using existing environment variables
May 04 20:09:27 databasus databasus[485]: VictoriaLogs URL is not set
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="Text structured logger initialized"
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="VictoriaLogs disabled"
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="Trying to load .env" path=/.env
May 04 20:09:27 databasus databasus[485]: time="2026/05/04 20:09:27" msg="Error loading .env file from repo root" path=/.env error="open /.env: no such file or directory"
May 04 20:09:27 databasus systemd[1]: databasus.service: Main process exited, code=exited, status=1/FAILURE
πΌοΈ Additional context (optional).
No response
β Have you read and understood the above guidelines?
yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Databasus
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/databasus.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 13
π Which Proxmox version are you on?
9.1.9
π Provide a clear and concise description of the issue.
service databasus failed to start
That work if i do this
But it's not very clean :)
Another point.
I don't understand the point of using nginx. Besides being accessible on port 80, the application is also available on port 4005 from my browser.
I tried changing the SERVER_HOST value from 0.0.0.0 to 127.0.0.1, but it didn't make any difference.
π Steps to reproduce the issue.
Just start the container LXC
β Paste the full error output (if available).
πΌοΈ Additional context (optional).
No response