Skip to content

Dev environment crashes at startup when there are migrations to apply (affects live?) #826

@jarofgreen

Description

@jarofgreen

It's because if you look in entrypoint.sh the webserver is started before migrations run so if migrations add a column, the webserver will crash saying it can't find it.

I'm unsure if that affects live too, or if it doesn't matter there cos gunicorn just restarts the worker for you.

It's just annoying to have false positive alerts come up when your trying to check code to make sure it has no errors!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions