Skip to content

fraction/fix-flumelog-offset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fix-flumelog-offset

repair flumelog offset to remove corrupt entries

This should be your last resort for fixing your flumelog, and does not delete your flumeviews. It works by copying all valid flumelog entries to a temporary file and then replacing your flumelog with the contents of that file.

Usage

$ fix-flumelog-offset --help
Usage: fix-flumelog-offset [options]

Options:
  --help     Show help                                        [boolean]
  --version  Show version number                              [boolean]
  --path     database path
                [string] [default: "/home/alice/.ssb/flume/log.offset"]

Installation

With npm:

npm install -g fix-flumelog-offset

With yarn:

yarn global add fix-flumelog-offset

License

AGPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published