mirror of https://github.com/status-im/consul.git
website: add example cli output from migration
This commit is contained in:
parent
57ba747f54
commit
72fa55043c
|
@ -23,7 +23,12 @@ entries out of LMDB and into the newer backend, BoltDB.
|
||||||
Consul version 0.5.1 makes this transition seamless and easy. As a user, there
|
Consul version 0.5.1 makes this transition seamless and easy. As a user, there
|
||||||
are no special steps you need to take. When Consul 0.5.1 starts, it checks
|
are no special steps you need to take. When Consul 0.5.1 starts, it checks
|
||||||
for presence of the legacy LMDB data files, and migrates them automatically
|
for presence of the legacy LMDB data files, and migrates them automatically
|
||||||
if any are found.
|
if any are found. You will see a log emitted when Raft data is migrated, like
|
||||||
|
this:
|
||||||
|
|
||||||
|
```
|
||||||
|
==> Successfully migrated raft data in 5.839642ms
|
||||||
|
```
|
||||||
|
|
||||||
The automatic upgrade will only exist in Consul 0.5.1. In later versions
|
The automatic upgrade will only exist in Consul 0.5.1. In later versions
|
||||||
(0.6.0+), the migration code will not be included in the Consul binary. It
|
(0.6.0+), the migration code will not be included in the Consul binary. It
|
||||||
|
|
Loading…
Reference in New Issue