BRConfig

(Appears on: BackupSpec, RestoreSpec)

BRConfig contains config for BR

FieldDescription
cluster
string

ClusterName of backup/restore cluster

clusterNamespace
string

Namespace of backup/restore cluster

db
string

DB is the specific DB which will be backed-up or restored

table
string

Table is the specific table which will be backed-up or restored

logLevel
string

LogLevel is the log level

statusAddr
string

StatusAddr is the HTTP listening address for the status report service. Set to empty string to disable

concurrency
uint32

Concurrency is the size of thread pool on each node that execute the backup task

rateLimit
uint

RateLimit is the rate limit of the backup task, MB/s per node

timeAgo
string

TimeAgo is the history version of the backup task, e.g. 1m, 1h

checksum
bool

Checksum specifies whether to run checksum after backup

sendCredToTikv
bool

SendCredToTikv specifies whether to send credentials to TiKV

onLine
bool

OnLine specifies whether online during restore