Ubuntu服务器断电之后Redis数据库无法启动Wrong signature trying to load DB from file
【代码】Ubuntu服务器断电之后Redis数据库无法启动Wrong signature trying to load DB from file。
·
查看日志
# Wrong signature trying to load DB from file
# Fatal error loading the DB: Invalid argument. Exiting.
解决方案:
参考:docker - Redis - Wrong signature trying to load DB from file - Stack Overflow
1. Find the dump.rdb:
sudo find / -name *.rdb
2. Delete the file, for example:
sudo rm /var/lib/redis/dump.rdb
更多推荐
已为社区贡献2条内容
所有评论(0)