Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STEP 1: After you receive the log message once again, locate the .rdb file (in our example above dump_2014-06-20.13.44.24_8.rdb).  

STEP 2: Increment the number before .rdb with 1 and change the extension to .aof. For our example the damaged .aof will be:

Code Block
dump_2014-06-20.13.44.24_9.aof

STEP 32Run the following command to fix the damaged file:

...

Code Block
0x0002bffc: Expected to read 5 bytes, got 4 bytes
This will shrink the AOF from 180224 bytes, with 189 bytes, to 180035 bytes
Continue? [y/N]: y
Successfully truncated AOF

STEP 43: You are now able to start HubRing again, using this command:

Code Block
#>/var/lib/hubring # service hubring start

STEP 54: Check HubRing's status:

Code Block
#> service hubring status

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.