I'm not being able to execute a simple DbConnection.Open() on a docker image running on Debian 10 (buster), i'm receiving the following message:
"Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
If i change the dockerfile to run in Ubuntu(bionic) everything works fine until i need to do a bulk insert.
Running in a windows container works just fine.
I'm not being able to execute a simple DbConnection.Open() on a docker image running on Debian 10 (buster), i'm receiving the following message:
"Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
If i change the dockerfile to run in Ubuntu(bionic) everything works fine until i need to do a bulk insert.
Running in a windows container works just fine.