Skip to content

Commit 2e41128

Browse files
authored
Document --encryption_key_file option in dgraph restore command. (#5646)
1 parent 51364e8 commit 2e41128

File tree

1 file changed

+4
-0
lines changed
  • wiki/content/enterprise-features

1 file changed

+4
-0
lines changed

wiki/content/enterprise-features/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ backups built on top of it. Each time a new full backup is created, a new backup
179179
series with a different ID is started. The backup series ID is stored in each
180180
`manifest.json` file stored in every backup folder.
181181

182+
The `--encryption_key_file` flag is required if you took the backup in an
183+
encrypted cluster and should point to the location of the same key used to
184+
run the cluster.
185+
182186
The restore feature will create a cluster with as many groups as the original
183187
cluster had at the time of the last backup. For each group, `dgraph restore`
184188
creates a posting directory `p<N>` corresponding to the backup group ID. For

0 commit comments

Comments
 (0)