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 more options for br sql #53040

Closed
RidRisR opened this issue May 6, 2024 · 0 comments · Fixed by #53039
Closed

Add more options for br sql #53040

RidRisR opened this issue May 6, 2024 · 0 comments · Fixed by #53039
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@RidRisR
Copy link
Contributor

RidRisR commented May 6, 2024

Feature Request

Is your feature request related to a problem? Please describe:

Describe the feature you'd like:

We need add the following options for br sql client:

the general options are:

ENCRYPTION_METHOD for Encrypt/decrypt method, be one of plaintext|aes128-ctr|aes192-ctr|aes256-ctr case-insensitively, "plaintext" represents no encrypt/decrypt (default "plaintext")

ENCRYPTION_KEY_FILE for FilePath, its content is used as the cipher-key

CHECKSUM_CONCURRENCY for The concurrency of checksumming in one table (default 4)

the options for backup are :

IGNORE_STATS for wether ignore backup stats (default true)

COMPRESSION_LEVEL for compression level used for sst file compression

BACKUP_COMPRESSION for backup sst file compression algorithm, value can be one of 'lz4|zstd|snappy' (default "zstd")

the options for restore are:

WAIT_TIFLASH_READY for whether wait tiflash replica ready if tiflash exists

WITH_SYS_TABLE for whether restore system privilege tables on default setting (default true)

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@RidRisR RidRisR added the type/feature-request Categorizes issue or PR as related to a new feature. label May 6, 2024
ti-chi-bot bot pushed a commit that referenced this issue May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant