content/integrate/redis-data-integration/reference/cli/redis-di-dump-support-package.md
Usage: redis-di dump-support-package [OPTIONS]
log_level:
info--log-level -lrdi_namespace:
rdi--rdi-namespaceRDI Kubernetes namespace
rdi_host (REQUIRED):
none--rdi-hostHost/IP of RDI Database
rdi_port (REQUIRED):
none--rdi-portPort of RDI Database
rdi_user:
none--rdi-userRDI Database Username
rdi_password:
none--rdi-passwordRDI Database Password
rdi_key:
none--rdi-keyPrivate key file to authenticate with
rdi_cert:
none--rdi-certClient certificate file to authenticate with
rdi_cacert:
none--rdi-cacertCA certificate file to verify with
rdi_key_password:
none--rdi-key-passwordPassword for unlocking an encrypted private key
directory:
.--dirDirectory where the support file should be generated
dump_rejected:
none--dump-rejectedDumps rejected records
trace_timeout:
none--trace-timeoutStops the trace after exceeding this timeout (in seconds)
max_change_records:
10--max-change-recordsMaximum traced change records
trace_only_rejected:
false--trace-only-rejectedTrace only rejected change records
log_days:
2--log-daysNumber of days to look back for log files
help:
false--helpShow this message and exit.
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
--log-days INTEGER RANGE Number of days to look back for log files
[default: 2; x>=0]
--help Show this message and exit.