Skip to content

Databasus does not work after installΒ #14249

@edmc73

Description

@edmc73

βœ… 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?

  • Default Settings
  • Advanced Settings

πŸ–₯️ 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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions