Update Hub
The procedure below explains the JetBrains Hub update process for Docker-based Datalore Enterprise.
Update Hub for Docker-based Datalore Enterprise installation
Make sure you have the Hub version updated in your docker-compose.yaml. Refer to the example below:
services: ... hub: image: jetbrains/hub:2023.2.18873Run
docker compose down
to stop Datalore.Run
docker compose up hub
to start the Hub service.Check the Docker output for
wizard_token
. Use thedocker compose logs hub
command if running in the detached mode.The expected output has a line like this:
JetBrains Hub 2022.3 Configuration Wizard will be available on [http://[host_name]:8082/?wizard_token=aDeMLUMskcpZW4sXJQye] after startCopy the
wizard_token
value to the clipboard.Open the Hub page in your browser and insert the
wizard_token
value into the Token field.Click the Log in button.
Click the Upgrade button and wait for the upgrade to complete.
Run
docker compose up
to start Datalore.
Last modified: 01 November 2023