You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref #541.
New capability of "seeding" a db container using image's support for
/docker-entrypoint-initdb.d/ folder.
Using the "transferable" system, borrowed from Kafka.
Updates DbContainer to have a new (NOOP-default) `_transfer_seed()`
method, run after `_start()` and before `_connect()`, to allow the
folder transfer.
Currently implemented only in MySQL, but extensible to others that use
the `/docker-entrypoint-initdb.d/` system.
---------
Co-authored-by: Jb DOYON <[email protected]>
0 commit comments