This article provides a solution for the issue where deployment fails because of the SQLSTATE[HY000] error.
Affected products and versions
Issue
An SQLSTATE error occurs during deployment.
Cause
Cron running during deployment.
Solution
To resolve the issue, stop cron from running by opening the command line and running the following command:
./vendor/bin/ece-tools cron:disable
.