When running the mix tasks with a database configured to use SSL, there's an error stating that the SSL application hasn't been started. Adding it as an extra application turned out to not be enough as the mix tasks still raised this error.
More details/source of the error: elixir-ecto/postgrex#325
When running the mix tasks with a database configured to use SSL, there's an error stating that the SSL application hasn't been started. Adding it as an extra application turned out to not be enough as the mix tasks still raised this error.
More details/source of the error: elixir-ecto/postgrex#325