Skip to content

Seed database not importing successfully #8392

Description

@grantfitzsimmons

While setting up locally with the sp7demofish seed database, I ran into the seed import failing with "No database selected." Root cause: docker-compose.yml's mariadb service doesn't set MYSQL_DATABASE, which the official image needs to auto-create the database before running the seed script — needed once the dump's CREATE DATABASE/USE lines are stripped per your seed-database README. Adding that one env var line fixed it locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:metaThe Issue is related to platform engineering, deployment, CI/CD, GitOps, or other DevOps aspects

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions