• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 Downgrade PLESK-PHP component & Compatibility with Redis

Zoo3

Regular Pleskian
I updated PHP7.3 & 7.2 with PLESK(Web UI). Then a problem occurred with the use of Redis 5.0.3.
I confirmed with redis-cli command, which reacted normally.
I am using Nextcloud. I can not use NC in PHP 7.3.2 (or 7.2.15) that I updated. Strictly speaking, user could not log in to NC user account. I can use NC if I give up Redis and return it to local(/usr/lib/php/session).

Can not be configured:
session.save_handler = redis
session.save_path = "tcp://127.0.0.1:6379?auth=PASSWORD"

Possible configurations:
session.save_handler = files
session.save_path = "/usr/lib/php/session"

And set up Redis on Nextcloud.
It is not yet known whether this cause exists in PHP 7.3.2(7.2.15) and Redis, or PHP7 and Nextcloud.
I thought about downgrading PHP with yum, but I do not seem to be able to do it. Is there a way to downgrade with PLESK?

I tried the following.
  • Restart server
  • Restart MariaDB
  • Restart PLESK-PHP73-FPM, PLESK-PHP72-FPM
  • Restart Nginx
  • Restart Redis
  • FLUSHDB and FLUSHALL command on redis-cli

I may feel strange. When I run monitor with redis-cli, I get the following display.

1549931484.022130 [0 127.0.0.1:49066] "AUTH" "REDIS PASSWORD"​

This number difference now appears quite often.
Is there a workaround for me without downgrading?

---
Plesk Onyx 17.8.11 Update #40, PHP 7.3.2 or 7.2.15, Nginx 1.14.1, Redis 5.0.3, CentOS 7.6.
 
same issue here....

module redis in both versions

using php 7.2.15by OS Vendor and looking to the PHP Info
---
Redis Version 3.1.6
Available serializers php, igbinary
---
Nextcloud is running

using PHP 7.2.15
---
Redis Version 3.0.0
---
Nextcloud fail.

What can I do?
Version 3.0.0????????
 
Back
Top