mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
7 lines
310 B
Markdown
7 lines
310 B
Markdown
## │ 1:M 01 Oct 2024 13:20:15.014 # Bad file format reading the append only file appendonly.aof.92852.incr.aof: make a backup of your AOF file, then use ./redis-check-aof --fix <filename.manifest>
|
|
|
|
```
|
|
# cp aof file ...
|
|
sudo apt install redis-tools
|
|
sudo redis-check-aof --fix appendonly.aof.92852.incr.aof
|