Upgrading
Preparation
Note: Prior to upgrading the webserver, it is strongly recommended to notify the users about the scheduled maintenance and urge them to close their sessions. All sessions will be removed during the upgrade.
- Prevent user interaction (if possible) - starting in v1.5.0 the Maintenance Mode option in the Admin Portal can be used for this purpose.
- Verify that there are no busy instances (no
*.busy
in theuserSessionData
) - starting in v1.5.0 the Instances Management panel in the Admin Portal can be used for this purpose. - Stop the webserver.
- Remove the contents of the
userSessionData
directory.
Note: The Instances Management functionality in the Admin Portal is able to close and cleanup non-busy sessions and notify the back-end servers. When user session folders are deleted manually, artifacts may remain on the back-end server(s).
Upgrade Webserver
- Pull the new image from the Docker registry:
docker pull
. - Start the docker container from the updated image.