Skip to content

Commit

Permalink
Document --encryption_key_file option in dgraph restore command. (#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Jun 12, 2020
1 parent 57ada6b commit d74e79a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wiki/content/enterprise-features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ backups built on top of it. Each time a new full backup is created, a new backup
series with a different ID is started. The backup series ID is stored in each
`manifest.json` file stored in every backup folder.

The `--encryption_key_file` flag is required if you took the backup in an
encrypted cluster and should point to the location of the same key used to
run the cluster.

The restore feature will create a cluster with as many groups as the original
cluster had at the time of the last backup. For each group, `dgraph restore`
creates a posting directory `p<N>` corresponding to the backup group ID. For
Expand Down

0 comments on commit d74e79a

Please sign in to comment.