Updating on Docker Swarm
Always match the agent version to the Portainer Server version. In other words, when you're installing or updating to Portainer 2.23.0 make sure all of the agents are also on version 2.23.0.
Starting from Portainer CE 2.9 and BE 2.10, HTTPS is enabled by default on port 9443.
These instructions will configure Portainer to use 9443 for HTTPS and 9000 for HTTP. You can choose to completely disable HTTP after the update.
Before you make Portainer HTTPS only, make sure you have all your Agents and Edge Agents already communicating with Portainer using HTTPS.
Before beginning any update, we highly recommend taking a backup of your current Portainer configuration.
To update the Portainer Server and the agents on Docker Swarm, first run the following command on the manager node of your Docker Swarm cluster:
Make note of the service names for Portainer. You will need them later.
To update Portainer Server to the latest version, run one of the sets of commands below depending on your edition of Portainer (replace the portainer_portainer
service name if your setup differs):
To update the Portainer Agent to the latest version, run the commands below (replace the portainer_agent
service name if your setup differs):
This will deploy the newest version of Portainer and the agent across your swarm and upgrade the Portainer database to match.
When this is finished, go to https://your-server-address:9443
or http://your-server-address:9000
and log in. You should notice that the update notification has disappeared and the version number has been updated.
Last updated