GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

Add longer mysql timeout #292

Open dafeder opened 3 years ago

dafeder commented 3 years ago

The dkan-tools my.cnf was not being picked up by the mariadb base image we're currently using. This PR removes it, and adds an ENV variable to extend the wait_timeout for mysql.

This should eliminate the issue of mysql "going away" while debugging database operations in PHP.