br: filter resource group in br full restore#42267
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/run-br-intergration-tests |
|
/test br-intergration-tests |
|
@glorv: The specified target(s) for
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/run-intergration-br-tests |
|
/run-integration-br-test |
|
/run-integration-br-test |
|
/run-integration-br-test |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 12e0b26 |
| // TODO: this function should be removed when we support backup and restore | ||
| // resource group. | ||
| if tableName == sysUserTableName { | ||
| sql := fmt.Sprintf("UPDATE %s SET User_attributes = JSON_REMOVE(User_attributes, '$.resource_group');", |
There was a problem hiding this comment.
When restoring from older backup archives, this SQL may fail.
There was a problem hiding this comment.
why this sql will fail, it's noop if the user_attributes contains no resoure_group field
There was a problem hiding this comment.
[BR:Common:ErrUnknown]failed to execute UPDATE `__tidb_br_temporary_mysql`.`user` SET User_attributes = JSON_REMOVE(User_attributes, '$.resource_group');: [planner:1054]Unknown column 'User_attributes' in 'field list'
I'm not sure, perhaps earlier backups may not contain the user_attributes row?
There was a problem hiding this comment.
em.. User Attributes is added in #38201, I supposed it had existed longer. Maybe we shoulud check the tidb version here.
What problem does this PR solve?
Issue Number: ref #42266
Problem Summary:
What is changed and how it works?
Because we decided not to support backup&restore resource control related data in v7.0, this PR try to remove the resource group meta in user_attributes.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.