1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl-migrate - Migrates keys in a v2 store to a mvcc store
7
8
9
11 etcdctl migrate [flags]
12
13
14
16 Migrates keys in a v2 store to a mvcc store
17
18
19
21 --data-dir=""
22 Path to the data directory
23
24
25 -h, --help[=false]
26 help for migrate
27
28
29 --no-ttl[=false]
30 Do not convert TTL keys
31
32
33 --transformer=""
34 Path to the user-provided transformer program
35
36
37 --wal-dir=""
38 Path to the WAL directory
39
40
41
43 --cacert=""
44 verify certificates of TLS-enabled secure servers using this CA
45 bundle
46
47
48 --cert=""
49 identify secure client using this TLS certificate file
50
51
52 --command-timeout=5s
53 timeout for short running command (excluding dial timeout)
54
55
56 --debug[=false]
57 enable client-side debug logging
58
59
60 --dial-timeout=2s
61 dial timeout for client connections
62
63
64 -d, --discovery-srv=""
65 domain name to query for SRV records describing cluster endpoints
66
67
68 --discovery-srv-name=""
69 service name to query when using DNS discovery
70
71
72 --endpoints=[127.0.0.1:2379]
73 gRPC endpoints
74
75
76 --hex[=false]
77 print byte strings as hex encoded strings
78
79
80 --insecure-discovery[=true]
81 accept insecure SRV records describing cluster endpoints
82
83
84 --insecure-skip-tls-verify[=false]
85 skip server certificate verification
86
87
88 --insecure-transport[=true]
89 disable transport security for client connections
90
91
92 --keepalive-time=2s
93 keepalive time for client connections
94
95
96 --keepalive-timeout=6s
97 keepalive timeout for client connections
98
99
100 --key=""
101 identify secure client using this TLS key file
102
103
104 --password=""
105 password for authentication (if this option is used, --user option
106 shouldn't include password)
107
108
109 --user=""
110 username[:password] for authentication (prompt if password is not
111 supplied)
112
113
114 -w, --write-out="simple"
115 set the output format (fields, json, protobuf, simple, table)
116
117
118
120 etcdctl(1)
121
122
123
125 14-Mar-2019 Auto generated by spf13/cobra
126
127
128
129Auto generated by spf13/cobra Mar 2019 etcdctl3(1)