right now, doing a db migration on a running container is a pain. We need a script that starts a docker container, attaches to the eg network, and runs a migration script (in the form of a sql dump file).
right now, doing a db migration on a running container is a pain.
We need a script that starts a docker container, attaches to the eg network, and runs a migration script (in the form of a sql dump file).