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.
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...
As of now i only managed to install redis sever 6.0.10 for Ubuntu
sudo add-apt-repository ppa:chris-lea/redis-server
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install redis-server
sudo systemctl enable redis-server
But when i instal phpredis i only get redis 5.3.4
apt-get...
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?
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...
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...