Skip to content

Mix tasks that expect configuration no longer work #6

@ankhers

Description

@ankhers

Since we moved to the cache which requires starting a genserver, things like mix ecto.create no longer work because the ets table has not been started.

We could just get people to create an alias for these kinds of tasks that prepends app.start, but then you also get a bunch of errors saying that the database does not exist when the app tries to start. This kind of thing might be okay for a first run on a developer machine, but on CI where you start with a fresh database every run it would get annoying having this in your logs.

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