Upgrade
A guide to upgrade your Node to the latest version.
Upgrading Your Node
Maintaining an up-to-date Node is crucial for optimal performance and security. We recommend regularly checking the Changelog for updates and new features.
When upgrading, ensure that you update your config.yaml
file or modify the configurations in accordance with the latest Deployment Guide.
Before proceeding with any upgrade, carefully review the release notes, particularly for major version changes. Major versions may introduce breaking changes that require additional steps or modifications.
Upgrade to v2.0.x
When upgrading from v1.2.x or older versions to v2.0.x, it is now possible to include a new ai
component.
Update your config.yaml
file as follows:
Pull and start the latest container image after updating the config.yaml
file.
Automated Deployer
For operators using the automated deployer, the process is simple:
-
Update your
config.yaml
file in theconfig/
directory. -
Execute the following command in the same directory as your existing
docker-compose.yaml
file to initiate the automated upgrade process:
This command will automatically upgrade all necessary components of your Node.