You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugs do occur, even with quality control involving strict testing. It may so happen that the newly released build is broken for a given architecture, or in a particular context. Check the official communication channels and team Discord for more information. If it turns out the problem really is with the newly released version, and the recommended solution is to return to the previous node version, installer script can help you in that situation too.
232
+
The installer script can also be used to install a version of AvalancheGo other than the latest version.
233
233
234
-
To see a list of available node versions for installation, run:
234
+
To see a list of available versions for installation, run:
235
235
236
236
```bash
237
237
./avalanchego-installer.sh --list
@@ -254,19 +254,17 @@ v1.2.1
254
254
v1.2.0
255
255
```
256
256
257
-
Note the version you need to install to get the node to a known good configuration, and then run the installer with `--version`flag followed by the tag of the version you wish to install. For example:
257
+
To install a specific version, run the script with `--version` followed by the tag of the version. For example:
258
258
259
259
```bash
260
260
./avalanchego-installer.sh --version v1.3.1
261
261
```
262
262
263
-
Command will start the upgrade process using the node version specified.
264
-
265
263
{% hint style="danger" %}
266
-
Do not downgrade your node version without explicit advice from the team to do so! Running an outdated version may lead to incompatibilities that may hinder your node and network performance, and may result in your node being banned by other nodes, potentially risking your staking rewards!
264
+
Note that not all AvalancheGo versions are compatible. You should generally run the latest version. Running a version other than latest may lead to your node not working properly and, for validators, not receiving a staking reward.
267
265
{% endhint %}
268
266
269
-
Thanks to community member [Jean Zundel](https://github.com/jzu) for motivation and script for node downgrade.
267
+
Thanks to community member [Jean Zundel](https://github.com/jzu) for the inspiration and help implementing support for installing non-latest node versions.
0 commit comments