7mind / izumi

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

Home Page:https://izumi.7mind.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[need details] PostgresFlyWayDockerModule is not working as expected

pshirshov opened this issue · comments

A user reported that since last release PostgresFlyWayDockerModule stopped spawning flyway containers.

make[PostgresFlyWayDocker.Container]
    .using[PostgresFlyWayDocker.Container]("postgres-flyway-proxy")
    .addDependency[PostgresFlyWayDocker.FlyWay.Container]

@pshirshov @neko-kai
Maybe the container was started and auto-removed after, but the execution was started before FlyWay migration?
#1464 Might fix the issue.