Skip to content

New install with UID/GID set cannot access own database or secret key #254

@mpfl

Description

@mpfl

In entrypoint.sh:

  • manage.py is run as root
  • the chown of /config takes place before the creation of the database and secret key

This means that a non-root UID/GID cannot edit the database on the first run.

On subsequent runs, the chmod kicks in and everything runs properly.

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