💽Troubleshoot nodectl upgrade

Resolve Issues When Upgrading Older Versions of nodectl

Introduction

As nodectl evolves, the upgrade process also changes.

This guide helps bring your outdated nodectl installation up to the current recommended version using a versioned, step-by-step upgrade path.


Directly From The nodectl Utility

1

Check Your Current Version

sudo nodectl version
2

Determine Upgrade Path

sudo nodect upgrade_path
3

Follow upgrade path

Choose the next available version required by the output in the previous step.

sudo nodectl upgrade_nodectl -v <version_you_found_here>
4

Upgrade your Node

To verify that everything remains in perfect working order, issue a standard node upgrade.

You may omit the --ni if you would like an interactive experience.

sudo nodectl upgrade --ni

Manual Download


1

Releases page

Open your browser and visit the nodectl Releases Page.

2

Determine Version

Locate the version you want to install.

3

Copy the direct download link for the release file that matches the Linux distribution you are running on your VPS.

4

Issue an upgrade

You may omit the --ni if you would like an interactive experience.

sudo nodectl upgrade --ni

Last updated

Was this helpful?