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

backupccl: add feature flag support for BACKUP, RESTORE #9084

Closed
jseldess opened this issue Dec 9, 2020 · 3 comments
Closed

backupccl: add feature flag support for BACKUP, RESTORE #9084

jseldess opened this issue Dec 9, 2020 · 3 comments
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Dec 9, 2020

PR: cockroachdb/cockroach#56533

From release notes:

Added cluster settings to enable/ disable the BACKUP and RESTORE commands. Attempts to use these features while they are disabled returns an error indicating that the database administrator has disabled the feature. Example usage: SET CLUSTER SETTING feature.backup.enabled = FALSE; SET CLUSTER SETTING feature.backup.enabled = TRUE; SET CLUSTER SETTING feature.restore.enabled = FALSE; SET CLUSTER SETTING feature.restore.enabled = TRUE;. [#56533][#56533] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 21.1 milestone Dec 9, 2020
@lnhsingh lnhsingh self-assigned this Dec 10, 2020
@lnhsingh lnhsingh removed their assignment Jan 7, 2021
@mwang1026
Copy link
Contributor

Hmm.... I think SQL did this project?

@lnhsingh
Copy link
Contributor

I'm going to kick this over to the SQL writers for now

@lnhsingh lnhsingh assigned ericharmeling and unassigned lnhsingh Feb 16, 2021
@lnhsingh lnhsingh added the A-sql label Feb 16, 2021
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Mar 8, 2021
@ericharmeling
Copy link
Contributor

@mwang1026

I think SQL did this project?

I believe that it is.

@vy-ton

From https://cockroachlabs.atlassian.net/browse/CRDB-2219:

We don’t plan on publicly documenting these cluster settings but we should document them internally for CC SREs.

Closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

No branches or pull requests

4 participants