raft-snapshot

The archive utilities manage the internal format of a snapshot, which is a tar file with the following contents: meta.json - JSON-encoded snapshot metadata from Raft state.bin - Encoded snapshot data from Raft SHA256SUMS - SHA-256 sums of the above two files The integrity information is automatically created and checked, and a failure there just looks like an error to the caller. snapshot manages the interactions between Consul and Raft in order to take and restore snapshots for disaster recovery. The internal format of a snapshot is simply a tar file, as described in archive.go.

MPL-2.0 License

Stars
7
Committers
8

Commit Statistics

Past Year

All Time

Total Commits
1
27
Total Committers
1
10
Avg. Commits Per Committer
1.0
2.7
Bot Commits
1
10

Issue Statistics

Past Year

All Time

Total Pull Requests
4
28
Merged Pull Requests
1
22
Total Issues
0
0
Time to Close Issues
N/A
N/A