Installation and usage of the platform

Node update in the Mainnet

With each new release of the platform, we recommend that you update the nodes connected to Mainnet. All users whose nodes are running on Mainnet receive an email notifying them that their node version has been updated. If you haven’t received such an email, contact the technical support team.

In order to update your node, carry out the following:

  1. Download the latest version of the docker-compose.yml file from the official Waves Enterprise repository on GitHub by selecting the latest release.

  2. Place the docker-compose.yml file in the working directory of your node, replacing the old file.

  3. If your node is working, stop it:

docker-compose down
  1. After stopping the node, enter the following command:

docker-compose up -d node-0

The first time you start a node, starting from version 1.4.0, the state migrator will automatically start. The migration is performed automatically and takes a few minutes. If the migration is successful, you will see the message Migration finished sucessfully and the node will continue to run.

Attention

If you are not using Docker Compose, contact the technical support team for instructions on how to update the node.

See also