Redis: Failed opening .rdb for saving: Permission denied

后端 未结 13 1398
误落风尘
误落风尘 2020-12-05 02:00

I have a redis server 2.8 installed using ubuntu apt-get on ubuntu 12.04.

I have copied a dump.rdb from an other database. Now when I try to start the new server, I

13条回答
  •  遥遥无期
    2020-12-05 02:26

    No one hasn't mentioned about SELinux. On Centos most probably you will have such error when selinux mode = enforcing.

    Just check getenforce and if it set to 'enforcing' , hit setenforce 0 and try one more time to run service.

提交回复
热议问题