Package Usage: go: github.com/hashicorp/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.
6 versions
Latest release: over 3 years ago
130 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/hashicorp/raft-snapshot