1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-migrate - Migrates keys in a v2 store to a mvcc store
7
8
9

SYNOPSIS

11       etcdctl migrate [flags]
12
13
14

DESCRIPTION

16       Migrates keys in a v2 store to a mvcc store
17
18
19

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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 (CAUTION: this option should
86       be enabled only for testing purposes)
87
88
89       --insecure-transport[=true]
90           disable transport security for client connections
91
92
93       --keepalive-time=2s
94           keepalive time for client connections
95
96
97       --keepalive-timeout=6s
98           keepalive timeout for client connections
99
100
101       --key=""
102           identify secure client using this TLS key file
103
104
105       --password=""
106           password for authentication (if this option is used, --user option
107       shouldn't include password)
108
109
110       --user=""
111           username[:password] for authentication (prompt if password is not
112       supplied)
113
114
115       -w, --write-out="simple"
116           set the output format (fields, json, protobuf, simple, table)
117
118
119

SEE ALSO

121       etcdctl(1)
122
123
124

HISTORY

126       4-Sep-2020 Auto generated by spf13/cobra
127
128
129
130Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum