Skip to content

mkeeler/consul-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consul-migrate

Migrate Consul data from one datacenter to another

Building

go build ./cmd/consul-migrate

Exporting Data

To export Consul data to a file called data.json run the following:

consul-migrate export -output data.json

Importing Data

To import Consul data from a file called data.json run the following:

consul-migrate import -input data.json

About

Migrate Consul data from one datacenter to another

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages