rasgo-cc / leveldb-repair

Repairs a corrupted leveldb instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leveldb-repair

Repairs a corrupted leveldb instance.

Purpose

Sometimes levelDB gets corrupted. This repo builds into a binary that fixes it without any external depedencies.

Build

> dep ensure
> go build ./ldb-repair.go

Usage

Help ./ldb-repair -h # shows help and options

Repair ./ldb-repair -d ./path/to/datastore/root

About

Repairs a corrupted leveldb instance.

License:MIT License


Languages

Language:Go 100.0%