mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
Pelican panel not booting in beta31 when $DB_HOST is quoted #553
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SteadEXE on GitHub (Jan 22, 2026).
Originally assigned to: @parkervcp on GitHub.
Current Behavior
When .env contains a $DB_HOST with double quotes around it, it fails to boot.
Removing " " from the env variable fixes the issue.
Expected Behavior
It should boot without any issue as quoting is standard in
.envfilesSteps to Reproduce
Set double quotes around DB_HOST, like
DB_HOST="my-container-name"Panel Version
ghcr.io/pelican-dev/panel:v1.0.0-beta31
Wings Version
not related
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@uqtdev commented on GitHub (Jan 26, 2026):
Getting similar error on beta 31
Is this the same issue or should I create a seperate issue?
Also tested, and downgrading worked fine. Upgraded again and same issue.
@parkervcp commented on GitHub (Jan 26, 2026):
@uqtdev What did you set the dbhost to?
@uqtdev commented on GitHub (Jan 26, 2026):
according to the .env file
DB_HOST=db
the log shows it resolves as 10.43.148.38 which is correct