salix/db/docker/docker-fixtures.sh

11 lines
190 B
Bash
Raw Normal View History

2020-09-28 08:40:50 +00:00
#!/bin/bash
. /usr/local/bin/docker-entrypoint.sh
CMD=mysqld
docker_setup_env "$CMD"
docker_temp_server_start "$CMD"
2023-06-09 12:38:44 +00:00
bash import-changes.sh
docker-dump.sh fixtures
docker_temp_server_stop