Browse Source

docs: add info about tm-migrate

pull/754/head
Zach Ramsay 7 years ago
parent
commit
fa07dbd7ec
2 changed files with 13 additions and 0 deletions
  1. +5
    -0
      docs/ecosystem.rst
  2. +8
    -0
      docs/using-tendermint.rst

+ 5
- 0
docs/ecosystem.rst View File

@ -115,3 +115,8 @@ Deployment Tools
See `deploy testnets <./deploy-testnets.html>`__ for information about all the tools built by Tendermint. We have Kubernetes, Ansible, and Terraform integrations.
Cloudsoft built `brooklyn-tendermint <https://github.com/cloudsoft/brooklyn-tendermint>`__ for deploying a tendermint testnet in docker continers. It uses Clocker for Apache Brooklyn.
Dev Tools
---------
For upgrading from older to newer versions of tendermint and to migrate your chain data, see `tm-migrator <https://github.com/hxzqlh/tm-tools>`__ written by @hxzqlh.

+ 8
- 0
docs/using-tendermint.rst View File

@ -386,3 +386,11 @@ the listening addresses of the various sockets don't conflict.
Additionally, you must set ``addrbook_strict=false`` in the
``config.toml``, otherwise Tendermint's p2p library will deny making
connections to peers with the same IP address.
Ugrading
~~~~~~~~
The tendermint development cycle includes a lot of breaking changes. Upgrading from
an old version to a new version usually means throwing away the chain data. Try out
the `tm-migrate <https://github.com/hxzqlh/tm-tools>`__ tool written by @hxqlh if
you are keen to preserve the state of your chain when upgrading to newer versions.

Loading…
Cancel
Save