Hi,
I'm trying to write a bash script that automates our release procedures.
1 of the things I've written is a php module that clears the Procache settings and resets.
The php module runs if I call it from a browser but if I call it from a bash script I get a connection refused error.
Error: Exception: SQLSTATE[HY000] [2002] Connection refused (in /Users/FrancisChung/Sites/Develop/wire/core/ProcessWire.php line 293)
This error message was shown because: you are using the command line API Error has been logged.
Assuming this is a security precaution, I was wondering if there is a different way around this?
Perhaps write a container php module that launches the bash scripts instead?