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:
Download the latest version of the docker-compose.yml file from the `official Waves Enterprise repository on GitHub<https://github.com/waves-enterprise/we-node/blob/release-1.11/node/src/docker/docker-compose.yml>`_ selecting the latest release.
Place the docker-compose.yml file in the working directory of your node, replacing the old file.
If your node is working, stop it:
docker-compose down
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 Migration finished successfully
message, 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.