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

Provide binary upgrade mechanism #134

Open
dasanchez opened this issue Jul 20, 2022 · 0 comments
Open

Provide binary upgrade mechanism #134

dasanchez opened this issue Jul 20, 2022 · 0 comments

Comments

@dasanchez
Copy link
Collaborator

dasanchez commented Jul 20, 2022

In order to upgrade the binary, we need to set/change several variables in the inventory file.
Using a local testnet that uses cosmovisor as an example (the fix from issue #133 must be in place for this to work):

Starting inventory file

gaiad_version: v6.0.4
gaiad_create_validator: true
gaiad_home_autoclear: true
gaiad_unsafe_reset: true

Upgrade inventory file

gaiad_version: v7.0.2
gaiad_create_validator: false
gaiad_home_autoclear: false
gaiad_unsafe_reset: false

We could have a cleaner way to tell the playbook "I want to upgrade to version x".

@dasanchez dasanchez mentioned this issue Aug 9, 2022
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant