Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mysql): Add seed support in MySQL #552

Merged
merged 4 commits into from
May 11, 2024

Commits on Apr 21, 2024

  1. Add seed support in MySQL

    New capability of "seeding" a db container, by running a
    database-specific command or twelve to inject data (DB schema or sample
    data).
    Relies on the image's support for /docker-entrypoint-initdb.d/ folder
    Jb DOYON committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    da39fb3 View commit details
    Browse the repository at this point in the history
  2. Fix seed path in doctest

    Jb DOYON committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    713aa59 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Experiment with transfering via tar archives

    Jb DOYON committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ac0fc34 View commit details
    Browse the repository at this point in the history
  2. Fix the feature

    Stop waiting for connection, which requires ready container.
    Instead copy data first thing.
    Jb DOYON committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8a79bd3 View commit details
    Browse the repository at this point in the history