From ab1e6490029f90618eb058c1a5aefcc19d48f108 Mon Sep 17 00:00:00 2001 From: Filip Djokic Date: Wed, 11 Dec 2024 14:12:30 +0100 Subject: [PATCH] Update upgrade docs --- docs/upgrades/upgrade.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/upgrades/upgrade.md b/docs/upgrades/upgrade.md index 04c1c1a..14368fd 100644 --- a/docs/upgrades/upgrade.md +++ b/docs/upgrades/upgrade.md @@ -38,6 +38,15 @@ systemctl status cheqd-cosmovisor.service If there's a running systemd service, running this sub-process `/usr/bin/cosmovisor run start`, then your node is using Cosmovisor. +Additionally, you should make sure that in your cheqd-cosmovisor systemd service configuration file, you have these environment variables set to true: + +```conf +Environment="DAEMON_ALLOW_DOWNLOAD_BINARIES=true" +Environment="DAEMON_RESTART_AFTER_UPGRADE=true" +``` + +By default, the configuration file can be found at this location - `/usr/lib/systemd/system/cheqd-cosmovisor.service;`. + ## Manual Upgrades for Standalone Nodes For **standalone nodes**, follow the instructions in [our installation guide](../setup-and-configure/README.md). Make sure to choose the release suggested in the software upgrade proposal.