-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(bigtable): Adding automated backups #9702
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
Please ignore the conformance test failures. They were dded in failed state |
bb2e077
to
ffdeb4b
Compare
Looking into kokoro failure |
Head branch was pushed to by a user without write access
Automated backups can be enabled per Cloud Bigtable table. Once enabled, a backup will be taken for the table at a system determined time everyday and retained for 1-90 days based on user-determined backup policy.
By default, automated backups are disabled for a table.
This feature is available as a preview offering.