-
-
Save roylarsen/80eb8c536b1d391c0a18992a4b669263 to your computer and use it in GitHub Desktop.
Migration Shell Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
flyway migrate -url=$SQLINSTANCE -configFile=/flyway/conf/base-flyway.conf -user=$USER -password=$PASSWORD | |
flyway migrate -url=$SQLINSTANCE\;database=ejabberd -configFile=/flyway/conf/ejabberd-flyway.conf -user=$USER -password=$PASSWORD | |
flyway migrate -url=$SQLINSTANCE\;database=heartbeat -configFile=/flyway/conf/heartbeat-flyway.conf -user=$USER -password=$PASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment