Hi all... bit of a foggy question here, sorry in a...
# help
c
Hi all... bit of a foggy question here, sorry in advance. We did an update recently, with lots of modules involved. After the update, everything works fine locally, but when we try to do a deployment in our dev environment, we get the following error when the deployer script tries to execute
vendor/bin/console glue:rest:build-request-validation-cache
:
Copy code
Propel\Runtime\Connection\Exception\ConnectionException - Exception: Unable  
   to open connection
The weird thing is that this seems to be a configuration issue, but we did not even touch the configs. If we revert the update, everything works fine, if we reapply it, we get the same error. Does anyone have maybe a hunch as to what may result in such an error after an update? (
spryker/propel
was updated from 3.34.1 to 3.34.2 and
spryker/propel-orm
from 1.14.1 to 1.15.1, but as I checked their changes, none of them seem to affect the connection part; their changes already come after a connection is established)