Skip to content

Commit

Permalink
Docs(Enterprise): Notify that offline restore feature is deprecated (#…
Browse files Browse the repository at this point in the history
…318)

Description:

The offline restore feature is deprecated (v21.03.0 was the last version
to have it), but it is not stated in the docs, which might confuse
readers. So, I think we should do something to notify of this change.
  • Loading branch information
kevinmingtarja authored Jul 18, 2024
1 parent 7eea2da commit 5be5639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/enterprise-features/binary-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ input RestoreTenantInput {
}
```

## Offline restore
## Offline restore (DEPRECATED)

The restore utility is now a standalone tool. A new flag, `--encryption key-file=value`, is now part of the restore utility, so you can use it to decrypt the backup. The file specified using this flag must contain the same key that was used for encryption during backup. Alternatively, starting with `v20.07.0`, the `vault` superflag can be used to restore a backup.

Expand Down

0 comments on commit 5be5639

Please sign in to comment.