🐎Upgrade Tessellation Quick Start
Introduction
This guide walks you through upgrading your Validator node to the latest version of Tessellation using nodectl
, leveraging non-interactive mode with recommended defaults. Please refer to the full upgrade guide for a more detailed walk-through.
SSH Into Your VPS
ssh -i /path/to/ssh/private/key nodeadmin@<vps_ip_address> -p <port>
Single Layer Nodes
If you're running a single-layer Validator (Layer0 or Layer1 only), you can skip directly to the Confirm Status step below.
Hybrid Node Considerations
If your node operates in hybrid mode (participating in both Layer0 and Layer1):
You must wait for the Layer0 profile to reach the
Ready
state before attempting to connect Layer1.Layer1 cannot join the cluster until the full Layer0 chain is downloaded and synchronized.
Auto Restart (If Enabled)
If you have the auto_restart
feature enabled:
Your node will detect when Layer0 reaches
Ready
state.It will automatically initiate the Layer1 connection.
Last updated
Was this helpful?