Closed juulSme closed 5 years ago
I cannot reproduce it. Can you please provide a minimal app that reproduces it? Thanks!
That's not going to be simple :p It's quite a large umbrella app that I've only started to work on recently and mostly do the ops for. Isolating the problem might be a bit of a pain. I'm willing to give it a try but it's going to be sometime next week I'm afraid, perhaps Tuesday if that's ok
Totally fine!
Oh, I know what it is. I will push something in 5 min.
Can you please try master?
@josevalim I had the same issue. Loading the dependency from master fixes it.
v2.0.5 is out!
Our CI started to fail after updating db_connection to 2.04. It is not set as an explicit dependency, but is pulled in with (I think?) Phoenix / Ecto. Adding
{:db_connection, "2.0.3"}
to our mix.exs fixed the issue.This is a project that has recently been upgraded from Elixir 1.6.2 and Phoenix 1.3.x to Elixir 1.8 and Phoenix 1.4, so perhaps there is some old config somewhere that causes the issue, but during a build there are no obvious deprecation warnings or stuff like that.
Environment
OS: Ubuntu 18.04 Docker: 18.09.1 build 4c52b90 Elixir 1.8 Phoenix 1.4.0 Ecto 3.0.6 Postgres 9.6
Our CI builds in-Docker with the Elixir 1.8-alpine image.
Failing build output
Expected behaviour
After adding db_connection 2.0.3 to our mix.exs file the expected output is shown: