Skip to content

Bug: DB_ROOT_DIRECTORY should be DB_ROOT_PATH #38

@momalekpour

Description

@momalekpour

The code expects DB_ROOT_PATH, but the .env file uses DB_ROOT_DIRECTORY. This mismatch prevents the script from running.

Update .env to:

DB_ROOT_PATH="./data/dev"

since it’s already handled in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions