Check for expected files redis.service

Nextcloud version: 22.1.1
Operating system and version: Ubuntu 20.04.3 LTS
Apache or nginx version: Apache/2.4.41
PHP version: 7.4

Hello everyone,

I recently installed Redis for the push service of the new Nextcloud version. Now I wanted to update my instance from 22.1.1 to 22.2.0. Unfortunately, I get the following error message

image

I also found the file in various places, but now I don’t know what to change / adapt.

root@xxxx:/# find . -name redis-server.service
./sys/fs/cgroup/blkio/system.slice/redis-server.service
./sys/fs/cgroup/devices/system.slice/redis-server.service
./sys/fs/cgroup/pids/system.slice/redis-server.service
./sys/fs/cgroup/cpu,cpuacct/system.slice/redis-server.service
./sys/fs/cgroup/memory/system.slice/redis-server.service
./sys/fs/cgroup/systemd/system.slice/redis-server.service
./sys/fs/cgroup/unified/system.slice/redis-server.service
./var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/redis-server.service
./etc/systemd/system/multi-user.target.wants/redis-server.service
./usr/lib/systemd/system/redis-server.service

I am grateful for any help.

Bye, Sascha

Hi @Ikkarus13

Normally the updater only complains about files or folders that are located in the Nextcloud installation folder, i.e. under /var/www/nextcloud or wherever you have installed your Nextloud. Check if there is a file or a folder with a similar name and delete it or better move it out of the folder if you are not a 100% sure if you should delete it.

Hi bb77,

you are right. I found a file called “ystemctl status redis-server.service” at the installation folder. There were only log infos inside, so I deleted the file. And now I had updated to the newest version.
Thank for your hint.

Bye, Sascha

1 Like