We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WORKLOAD_SCHEMA
Please answer these questions before submitting your issue. Thanks!
tidb> set global tidb_workload_repository_dest='table'; tidb> admin create workload snapshot; tidb> show databases; +--------------------+ | Database | +--------------------+ | INFORMATION_SCHEMA | | METRICS_SCHEMA | | PERFORMANCE_SCHEMA | | WORKLOAD_SCHEMA | | mysql | | sys | | test | +--------------------+ 7 rows in set (0.01 sec)
bin/br backup full --storage "file:///tmp/br"
bin/br restore full --storage "file:///tmp/br"
or
bin/br restore full --with-sys-table --storage "file:///tmp/br"
Restore successfully.
Restore failed:
Error: user db/tables: WORKLOAD_SCHEMA.HIST_SNAPSHOTS, WORKLOAD_SCHEMA.HIST_CLIENT_ERRORS_SUMMARY_BY_HOST, WORKLOAD_SCHEMA.HIST_CLIENT_ERRORS_SUMMARY_BY_USER, WORKLOAD_SCHEMA.HIST_CLIENT_ERRORS_SUMMARY_GLOBAL, WORKLOAD_SCHEMA.HIST_TIKV_REGION_STATUS, WORKLOAD_SCHEMA.HIST_PROCESSLIST, WORKLOAD_SCHEMA.HIST_DATA_LOCK_WAITS, WORKLOAD_SCHEMA.HIST_TIDB_TRX, WORKLOAD_SCHEMA.HIST_MEMORY_USAGE, WORKLOAD_SCHEMA.HIST_DEADLOCKS, ...: [BR:Restore:ErrRestoreNotFreshCluster]cluster is not fresh
(master only since 'workload repository' is not released yet) c199ddf
The text was updated successfully, but these errors were encountered:
bb7133
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
or
2. What did you expect to see? (Required)
Restore successfully.
3. What did you see instead (Required)
Restore failed:
4. What is your TiDB version? (Required)
(master only since 'workload repository' is not released yet)
c199ddf
The text was updated successfully, but these errors were encountered: