Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cosmovisor.md #8552

Merged
merged 3 commits into from
Feb 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/run-node/cosmovisor.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Cosmosvisor Quick Start

`cosmovisor` is a small process manager around Cosmos SDK binaries that uses the upgrade module to allow
for smooth and configurable management of upgrading binaries as a live chain is upgraded, and can be
used to simplify validator operations while doing upgrades or to make syncing a full node for genesis
simple. The `cosmovisor` program monitors the stdout of Cosmos SDK application's executable to look for
messages from the upgrade module indicating a pending or required upgrade and act appropriately.
`cosmovisor` is a small process manager around Cosmos SDK binaries that monitors the governance module via stdout to see if there's a chain upgrade proposal coming in. If it see a proposal that gets approved it can be run manually or automatically to download the new code, stop the node, run the migration script, replace the node binary, and start with the new genesis file.

## Installation

Expand Down