Hi. I've got a WordPress site configured with EasyEngine 4, and I'd like to migrate it to WordOps. I've followed all the steps from the guide and there is some problem. I can see a raw version of the homepage (no theme applied) but it doesn't load any posts, and I can't login.
The error shown on the error.log is as follows
2020/03/15 20:23:11 [error] 37498#37498: *26784 FastCGI sent in stderr: "PHP message: PHP Warning: Redis::connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/site.com/htdocs/wp-content/plugins/nginx-helper/admin/class-phpredis-purger.php on line 45" while reading response header from upstream, client: 83.33.214.99, server: site.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php72-two-fpm.sock:", host: "site.com"
I think maybe I have a different PHP version in the two sites but in the source I've got PHP 7.2.26 and on the destination (WordOps) I've got 7.2.28, so that shouldn't be a problem. I guess it has something to do with the Redis configuration on the source and the destination. I wonder if maybe disabling redis at the source and starting the process from zero could work.