website: add example cli output from migration

This commit is contained in:
Ryan Uber 2015-04-10 18:24:09 -07:00
parent 57ba747f54
commit 72fa55043c
1 changed files with 6 additions and 1 deletions

View File

@ -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
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
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
(0.6.0+), the migration code will not be included in the Consul binary. It