Similar to me on Ubuntu 18.04. I also used 5.0.x to 5.0.9 successfully since years. But with 6.0.1 it's totaly different. My Redis seems to work, but the point in status is
grey, not green. By installing there came NO config file, NO working directory, NO rdb and aof file, NO error log are created- it seems running without the most impoortant stuff.
Totally crazy. I can't configure it. But in my community (WoltLab) in Cache is shown Redis 6.0.1 and files are cached.
It's ghost-like. Never ever seen something like that. But I'll wait not long. If I can't get information I will return to 5.0.9 where I can watch logs, see the files and where I can configure it over config file in etc/redis/6379.conf or (like now trying redis.conf).
Code:
systemctl status systemd-redis_server
● (<<< grey) systemd-redis_server.service - Redis data structure server
Loaded: loaded (/etc/systemd/system/systemd-redis_server.service; enabled; vendor preset: enabled)
Active: activating (start) since Tue 2020-05-05 00:17:00 CEST; 20h ago
Docs: https://redis.io/documentation
Main PID: 31270 (redis-server)
Tasks: 5 (limit: 4915)
CGroup: /system.slice/systemd-redis_server.service
└─31270 /usr/local/bin/redis-server *:6379
May 05 00:17:00 server.x.com systemd[1]: Starting Redis data structure server...
May 05 00:17:00 server.x.com redis-server[31270]: 31270:C 05 May 2020 00:17:00.131 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
May 05 00:17:00 server.x.com redis-server[31270]: 31270:C 05 May 2020 00:17:00.131 # Redis version=6.0.1, bits=64, commit=00000000, modified=0, pid=31270, just starte
May 05 00:17:00 server.x.com redis-server[31270]: 31270:C 05 May 2020 00:17:00.131 # Configuration loaded
May 05 00:17:00 server.x.com redis-server[31270]: 31270:C 05 May 2020 00:17:00.131 # WARNING supervised by systemd - you MUST set appropriate values for TimeoutStartS
May 05 00:17:00 server.x.com redis-server[31270]: 31270:M 05 May 2020 00:17:00.132 * Running mode=standalone, port=6379.
May 05 00:17:00 server.x.com redis-server[31270]: 31270:M 05 May 2020 00:17:00.132 # Server initialized
May 05 00:17:00 server.x.com redis-server[31270]: 31270:M 05 May 2020 00:17:00.179 * Ready to accept connections
Thanks
@IgorG for fast and really good support by instructions. Perhaps there is a little more to do like running an installer script to create the necessary files and directories like in earlier versions/releases.
Port : 6379
Config file : /etc/redis/6379.conf ??? not existing
Log file : /var/log/redis_6379.log ??? not existing
Data dir : /var/lib/redis/6379 ??? not existing
Executable : /usr/local/bin/redis-server <<<< was done by enabling redis 6.0.1
Cli Executable : /usr/local/bin/redis-cli <<<< was done by enabling redis 6.0.1