• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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