Hi,
When I try to update Wordpress on Trellis, or install (any) plugin, Chrome browser window crashes, vagrant box is on high CPU for a few minutes, then abandons the request (upstream timeout).
I provisioned a new vagrant box as per the docs without any customizations except changing name and url of the box.
Trellis version: pulled at commit 11516d12e42355d0304eb4fb8c15be7ca8fcf6d4 today.
Host environment: Windows 7 x64 (latest updates)
Virtualbox: 5.0.14 (latest)
The site itself is a fresh unnmodified sage (an older version from ~2 months ago)
After clicking “update” in WP (in local Chrome browser), top shows php-fpm on high cpu for a few minutes. Local Chrome Window crashes, and the nginx error.log shows:
2016/02/04 09:08:30 [error] 27051#27051: *12 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.50.1, server: testproject.dev, request: "POST /wp/wp-admin/update-core.php?action=do-core-upgrade HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm-wordpress.sock:", host: "testproject.dev", referrer: "http://testproject.dev/wp/wp-admin/update-core.php"
/var/log/php7.0-fpm.log just shows no errors during that, and seems to be running fine.
Any idea? Thanks!