Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing kms option to the RESTORE page #18502

Open
lin-crl opened this issue Apr 25, 2024 · 3 comments
Open

Add missing kms option to the RESTORE page #18502

lin-crl opened this issue Apr 25, 2024 · 3 comments
Assignees

Comments

@lin-crl
Copy link

lin-crl commented Apr 25, 2024

Jianwei Lin (lin-crl) commented:

Page: https://cockroachlabs.com/docs/v23.2/restore.html

What is the reason for your feedback?

[x] Missing the information I need

[ ] Too complicated

[ ] Out of date

[ ] Something is broken

[ ] Other

Additional details

It's missing kms options. A customer asks if it's possible to restore using KMS. The document doesn't show the option and gives them the impression that they cannot restore using KMS.

Jira Issue: DOC-10161

@lin-crl
Copy link
Author

lin-crl commented Apr 25, 2024

Running \h RESTORE does show KMS is an option

>\ h RESTORE
....
 Options:
   into_db: specify target database
   skip_missing_foreign_keys: remove foreign key constraints before restoring
   skip_missing_sequences: ignore sequence dependencies
   skip_missing_views: skip restoring views because of dependencies that cannot be restored
   skip_missing_sequence_owners: remove sequence-table ownership dependencies before restoring
   skip_missing_udfs: skip restoring
   encryption_passphrase=passphrase: decrypt BACKUP with specified passphrase
   kms="[kms_provider]://[kms_host]/[master_key_identifier]?[parameters]" : decrypt backups using KMS

Copy link

Shannon Bradshaw (shannonbradshaw) commented:
I realize this is a SQL page, but the gap described is more of a DR question.

Copy link

exalate-issue-sync bot commented May 20, 2024

Kathryn May (kathancox) commented:
I’ll take a look, though we do list this on https://www.cockroachlabs.com/docs/stable/take-and-restore-encrypted-backups and the backup and restore overview page: https://www.cockroachlabs.com/docs/stable/backup-and-restore-overview#backup-and-restore-support .

I’ll make sure the {{kms}} option is added to the table with links out to the relevant pages.

@exalate-issue-sync exalate-issue-sync bot changed the title Feedback: RESTORE Add missing kms option to the RESTORE page May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants