Skip to main content
Version: Tenzir v4.12

Update a node

To update a deployed node, proceed with the platform-specific instructions below.

Docker

Run the following commands to update a Docker Compose deployment with a configuration file docker-compose.NODE.yaml:

docker compose -f docker-compose.NODE.yaml pull
docker compose -f docker-compose.NODE.yaml down
docker compose -f docker-compose.NODE.yaml up --detach

Note that we pull first so that the subsequent downtime between down and up is minimal.

Linux

Run the installer again via:

curl https://get.tenzir.app | sh

macOS

Please use Docker with Rosetta until we offer a native package.