consul-migrate

Consul server data migrator
  https://github.com/hashicorp/consul-migrate
  0
  no reviews



Consul-migrate is a Go package and CLI utility to perform a very specific data migration for Consul servers nodes. Between Consul versions 0.5.0 and 0.5.1, the backend for storing Raft data was changed from LMDB to BoltDB. To support seamless upgrades, this library is embedded in Consul version 0.5.1 to perform the upgrade automatically.

This package contains the "consul-migrate" CLI utility necessary for upgrading from "< 0.5.1" to "0.6.0+".