Wokay … Not sure what the hell is happening but I guess we can follow this advice …
- Find the dump.rdb:
sudo find / -name *.rdb
- Move the correspoding file elsewhere, for example
mv /var/lib/redis/dump.rdb /root/dump.rdb.bkp
- Try to restart redis
Wokay … Not sure what the hell is happening but I guess we can follow this advice …
sudo find / -name *.rdb
mv /var/lib/redis/dump.rdb /root/dump.rdb.bkp