Skip to content

Commit

Permalink
Merge pull request #16885 from spawulski/main
Browse files Browse the repository at this point in the history
README.md: Add documentation for new snapshot restore flags
  • Loading branch information
serathius authored Nov 8, 2023
2 parents 3bf21cd + 2021811 commit 3381a4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etcdutl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ The snapshot restore options closely resemble to those used in the `etcd` comman

- skip-hash-check -- Ignore snapshot integrity hash value (required if copied from data directory)

- bump-revision -- How much to increase the latest revision after restore

- mark-compacted -- Mark the latest revision after restore as the point of scheduled compaction (required if --bump-revision > 0, disallowed otherwise)

#### Output

A new etcd data directory initialized with the snapshot.
Expand Down

0 comments on commit 3381a4c

Please sign in to comment.