influxdb/messaging
Ben Johnson 11c808f55f Add restore and bootstrap.
This commit adds the "influxd restore" command to the CLI. This allows
a snapshot that has been produced by "influxd backup" to be restored
to a config location and the broker and raft directories will be
bootstrapped based on the state of the snapshot.
2015-03-22 15:31:49 -06:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Add restore and bootstrap. 2015-03-22 15:31:49 -06:00
broker_test.go Add restore and bootstrap. 2015-03-22 15:31:49 -06:00
client.go Wrap open logic in anonymous functions. 2015-03-14 13:55:19 -06:00
client_test.go Add config notifications and increased test coverage. 2015-03-14 13:36:06 -06:00
doc.go Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
errors.go Add config notifications and increased test coverage. 2015-03-14 13:36:06 -06:00
handler.go Fix leader id initialization. 2015-03-16 11:27:57 -06:00
handler_test.go Add config notifications and increased test coverage. 2015-03-14 13:36:06 -06:00
intg_test.go Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-10 16:27:37 -06:00