mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 01:11:38 -05:00
[GH-ISSUE #6] 'Cannot open database because the directory does not exist' #1257
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 @sidelkins on GitHub (Jan 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/6
Upon executing
docker compose up, receiving the following outputMy docker-compose.yml is the default:
@miloschwartz commented on GitHub (Jan 7, 2025):
Hi, first I want to check to make sure you have the correct folder structure passed as a volume. Should be like:
The important one is the presence of
config/db/.If you confirm you already have this, then I can troubleshoot further.
@miloschwartz commented on GitHub (Jan 12, 2025):
Pangolin will now attempt to bootstrap the volume and create the needed paths. Hope that helps!