mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Redis Stopped in CloudPanel #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheMukeshPatel on 5/30/2024
CloudPanel version(s) affected
2.4.2
Description
The Redis is showing "Stopped" after upgrading to the latest version. Even unable to start when we reboot system or
sudo systemctl start redis-servercommandOn run
sudo systemctl status redis-servercommand, I got this -How to reproduce
CloudPanel > Admin Area > Instance > Redis Stopped
Possible Solution
I solved it after running these -
sudo systemctl unmask redis-serversudo systemctl start redis-serversudo systemctl enable redis-serversudo systemctl status redis-serverAdditional Context
No response