redis-di dump-support-package
Dumps RDI 支持包
用法
Usage: redis-di dump-support-package [OPTIONS]
选项
-
log_level
:- 类型:Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'])
- 违约:
info
- 用法:
--log-level -l
-
rdi_namespace
:- 类型:STRING
- 违约:
rdi
- 用法:
--rdi-namespace
RDI Kubernetes 命名空间
-
rdi_host
(必填):- 类型:STRING
- 违约:
none
- 用法:
--rdi-host
RDI 数据库的主机/IP
-
rdi_port
(必填):- 类型:<IntRange 1<=x<=65535>
- 违约:
none
- 用法:
--rdi-port
RDI 数据库的端口
-
rdi_user
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-user
RDI 数据库用户名
-
rdi_password
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-password
RDI 数据库密码
-
rdi_key
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-key
用于身份验证的私钥文件
-
rdi_cert
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-cert
用于身份验证的客户端证书文件
-
rdi_cacert
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-cacert
用于验证的 CA 证书文件
-
rdi_key_password
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-key-password
用于解锁加密私钥的密码
-
directory
:- 类型:STRING
- 违约:
.
- 用法:
--dir
应生成支持文件的目录
-
dump_rejected
:- 类型: INT
- 违约:
none
- 用法:
--dump-rejected
转储被拒绝的记录
-
trace_timeout
:- 类型:<IntRange 1<=x<=600>
- 违约:
none
- 用法:
--trace-timeout
超过此超时时间(以秒为单位)后停止跟踪
-
max_change_records
:- 类型:
=1> - 违约:
10
- 用法:
--max-change-records
最大跟踪更改记录数
- 类型:
-
trace_only_rejected
:- 类型: BOOL
- 违约:
false
- 用法:
--trace-only-rejected
仅跟踪被拒绝的更改记录
-
help
:- 类型: BOOL
- 违约:
false
- 用法:
--help
显示此消息并退出。
CLI 帮助
Usage: redis-di dump-support-package [OPTIONS]
Dumps RDI support package
Options:
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
[default: INFO]
--rdi-namespace TEXT RDI Kubernetes namespace [default: rdi]
--rdi-host TEXT Host/IP of RDI Database [required]
--rdi-port INTEGER RANGE Port of RDI Database [1<=x<=65535;
required]
--rdi-user TEXT RDI Database Username
--rdi-password TEXT RDI Database Password
--rdi-key TEXT Private key file to authenticate with
--rdi-cert TEXT Client certificate file to authenticate with
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--dir TEXT Directory where the support file should be
generated [default: .]
--dump-rejected INTEGER Dumps rejected records
--trace-timeout INTEGER RANGE Stops the trace after exceeding this timeout
(in seconds) [1<=x<=600]
--max-change-records INTEGER RANGE
Maximum traced change records [x>=1]
--trace-only-rejected Trace only rejected change records
--help Show this message and exit.