redis_toolkit
redis_toolkit copied to clipboard
Can't handle RDB format version 8
8:M 20 Sep 13:01:07.224 # Can't handle RDB format version 8 8:M 20 Sep 13:01:07.224 # Fatal error loading the DB: Invalid argument. Exiting.
This means you need a later version of redis than the one provided by apt-get install :)
Thats 2 hours of my life wasted :)
Hi @PhilETaylor Sorry about that! What version of Redis are you running? Also, anything you can share about your config file would be useful.
Apologies for the sparse report, I really needed to make progress after finding the issue ;-)
Master is:
redis> info
# Server
redis_version:4.0.10
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:bec1940f7a8b75a4
redis_mode:standalone
os:Linux 4.13.0-46-generic x86_64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:7.2.0
process_id:992
run_id:375c41f2e81309739be809db9f87cb646cb75875
tcp_port:6379
uptime_in_seconds:26944
uptime_in_days:0
hz:10
lru_clock:10746558
executable:/usr/bin/redis-server
config_file:/etc/redis/redis.conf
Slave is redis v4.0.11
My config files are all defaults except the bind statements and master/slave configurations