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

docs: samples and tests for admin backup APIs #1105

Merged
merged 5 commits into from
Feb 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
rahul2393 committed Feb 20, 2024
commit a8ec015791cdd2d1fc68536de20a3d1a9aad7751
2 changes: 1 addition & 1 deletion samples/samples/admin/backup_snippet.py
Expand Up @@ -183,7 +183,7 @@ def restore_database_with_encryption_key(
restore_info.backup_info.source_database,
new_database_id,
restore_info.backup_info.backup,
new_database.encryption_config.kms_key_name,
restore_info.encryption_config.kms_key_name,
rahul2393 marked this conversation as resolved.
Show resolved Hide resolved
)
)

Expand Down