Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for schema in $(echo ${SCHEMAS} | tr "," "\n")
  2. do
  3. echo /flyway/flyway -url=jdbc:mariadb://${DB_URL}/$schema -locations=filesystem:/sql/$schema -user=${DB_USER} -password=${DB_PASSWORD} -connectRetries=60 migrate
  4. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement