mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
Using SQLite on fresh install results in broken panel due to invalid path #88
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 @notAreYouScared on GitHub (Jun 5, 2024).
Originally assigned to: @lancepioch on GitHub.
Re:
a9e58bb493When this change was made, it was never updated in the console command file.
When a user does a fresh install and uses SQLite, the value is saved as an absolute path
Results in
DB_DATABASE=/var/www/pelican/database/database.sqlitein the env@notAreYouScared commented on GitHub (Jun 5, 2024):
Was fixed with
f61c6b9dc2