• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Oops! We ran into some problems.

What's the reason you need Redis? It's only useful on dynamic websites that have lots of visitors.
I found that using W3 Total Cache makes a WordPress site much faster without using an object cache like Redis or Memcached.
Running a WordPress site on Nginx instead of the combo Nginx + Apache also makes it faster and uses less memory.
 
Thanks for the recommendation, the reason why I'm using Redis is that I'm running a member site, which hopefully will have lots of visitors.
Interesting info about running a WordPress site on Nginx instead of the combo Nginx + Apache.
 
I limited the memory for Redis in Docker, from Unlimited to 2000mb as a starting point for my 8gb server.

This solved the issues in Redis Console Log, which now loads instantly without time out, and the log is a lot shorter.

I have no idea if 2000mb is to little or too much to allocate for a 8gb server, but it seems like a good starting point.
 
Back
Top