12 lines
328 B
Bash
12 lines
328 B
Bash
db-operator import-structure \
|
|
-H 127.0.0.1 -P 33306 -u root \
|
|
--input ./
|
|
|
|
db-operator export-data \
|
|
-H 127.0.0.1 -P 33306 -u root \
|
|
--databases cmii_nacos_config \
|
|
--output-dir ./export/w
|
|
|
|
|
|
|
|
C:\Users\wddsh\.jetbrains\helm\helm.exe template helm-live . --namespace cq-ws-21e21 --values values.yaml --output-dir output |