Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
As example, two domains in one subscription:
domainA PHP 8.3.20 with Dedicated FPM application served by Apache shows redis version 6.1.0
domainB PHP 8.3.20 with FPM application served by Apache shows redis version 6.2.0
Is that a bug?
Hi everyone,
I would like to install Redis on our Plesk server, and have found some guides on how to do it using Docker and also directly on the server via SSH.
Could anyone help me understand what are the advantages/disadvantages of installing via Docker vs package?
(Server running Plesk...
Hello everyone, I'm new to server setup and panel configuration, and because of this, I would like to ask a few questions for which I haven't found answers, or the answers I found are already outdated.
I've read in guides that setting up Nginx caching might not be the best option for an...
I installed Redis as docker-container (in Plesk Obsidian).
The Redis-doc says the following, when further configuration is needed:
How can I provide the file path for this redis.conf as "first argument while starting Redis"?
Hey,
as pecl does not support lz4 yet (at least i couldnt find it) i wonder if theres a way to add this extension manually to plesks php handlers (8.x) so i can use it with phpredis
cheers
Hi, I've been running redis server successfully for a while now, upon a log error that was sent to me it's unable to start.
Please see the log output below.
Uninstalling and re-installing does nothing, restarting does nothing
Jan 27 10:44:55 656c9ec.online-server.cloud systemd[1]: Starting...
Hallo there,
I'm using redis as a Object Cache for my WordPress installation and I'm very happy about the performance that I get out of it.
Every month or so I get some warnings about redis and the connection get lost.
I tried to debug the situation, but I think that the KISS solution is to...
I installed Redis from the container. Seems to be working. In the Joomla CMS cache, the data is saved and deleted according to the rules. But I have some bugs in the container logs that I don't think I understand.
How to create your own redis.conf configuration file
1:C 05 Jan 2022...
Hey guys,
i would like to start multiple Redis Servers for a Magento Project (Session + Cache) and we are using the prebuild docker images for that.
We have tried the "official" Redis Image in Version 5.0.12 and 6.0.12 and also the popular bitnami/redis. We always get these two main problems on...
Redis 6.0 has been released. I simply updated it with yum and Redis stopped working. Redis 6.0 adds new features such as TLC/SSL and ACL. It's probably a configuration issue with this.
How should I install redis 6.0 in the environment where Plesk is used?
Hello, I don't want to use preinstalled plesk-php73-redis extension (because of old version - the default version is 3.0.0 and current is 5).
I removed the plesk-php73-redis extension and installed one using (pecl install redis) but it didn't take any affect (after restarting). I can't see in...
I've been using Redis on a docker image for a short while (a week or so), installed through plesk with success. We've decided to upgrade the hardware of the VPS server and after the upgrade & reboot the docker Redis throws "read error on connection" when trying to do anything other than...
I'm trying to setup redis with Docker but I'm having the following problem.
mkdir: cannot create directory '/bitnami/redis': Permission denied when starting the Docker
Thanks
The Issue - Forwarded to devs - Docker(Redis) and Plesk Firewall
Plesk Support for this issue - Plesk Firewall deny rules do not block connections to Docker container
Problem with the above workaround - When you are using Plesk Firewall, Everytime server reboot or Plesk Restart (After auto...
Hello,
I am trying to get the Instant Messenger running with phpFox social network software, but I don't exactly know how to do this. Here is the instruction to set up the server with Redis and NodeJS:
Server Setup for IM Module - phpFox 4 User Manual - phpFox Documentation
They tell to...
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...
Hi,
thanks to @IgorG one more time for the great tutorial How to install Redis.
Last time I installed Redis 4.0.11 last year and it is running like a charm with no errors for over six months.
Now it's time to upgrade to version 5 (.0.3).
Nowhere on Internet I found a decent instruction how to do...
I'm looking for a solution to the problem.
I'd like to run Nextcloud on PHP 7.3. But when I use Redis with PHP 7.3, it will not work. We can not log in to Nextcloud. Listening to Nextcloud users seems to be able to use Redis on PHP7.3.
I also specified Redis for PHP's session save path. If I...
Hi,
Thanks a lot for Your "Installing Redis instruction" @IgorG. I used it successfully for several times on Ubuntu 16 and now I will install Redis on Ubuntu 18 with PLESK ONYX 17.8.11.
Last installation in spring this year I discovered one or two differences between Your guide and the Redis...