Liquibase doesn’t close connections after executing changelogs. How can I fix that?
Liquibase doesn’t close connections after executing changelogs. How can I fix that?
Need more details, examples, logs, etc. I have hundreds of Liquibase deployments a day, and I have never seen this occur.
each microservice created with JHipster, they all run but opened 20 connections(10 for liquibase, 10 for spring app) each other. One of them open 1 connection because i tried minimize pool size but it limits for spring too
ok, unfortunately I’m not familiar with any of that. I only use Liquibase CLI.
Do you executes changelogs via Liquibase CLI?
yes, we have built an API wrapper for the CLI.