mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
You can simply run `docker-compose exec db-migration-worker migrate` and that's it. Of course you have to provide all the environment variables.
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
/migration/mongo/import.sh
|
|
/migration/neo4j/import.sh
|