Update Hub
- Before you start
Back up your current database.
Hub does not support forward database compatibility. During the update, your database will be migrated to the latest format. Once this happens, you cannot revert to a previous version and continue to use the updated database.
Save a copy of the backup in a secure location.
If the update fails or you need to roll back to the previous version, this backup will allow you to restore your database.
- Recommended update path
Current version
Target version
1.0
2.0
2.x
2017.1
2017.x
2018.x
2018.x
2019.x
2019.x
2020.x
2020.x
2021.x
2021.x
2022.x
2022.x
2023.1* --> 2023.2 or 2023.3
2023.2 or 2023.3
2024.x
2024.x
2025.x
Update Hub
Update Hub using the following command:
helm upgrade -f hub.values.yaml hub datalore/hub --version 0.2.36Get the Hub output:
kubectl logs service/hubFrom the output, copy the
wizard_tokenvalue. The line with the token looks like this:JetBrains Hub 2025.1 Configuration Wizard will be available on [http://[host_name]:8082/?wizard_token=<value>] after startCopy the
wizard_tokenvalue to the clipboard.Open the Hub page in your browser and insert the
wizard_tokenvalue into the Token field.Click Log in.
Click Upgrade and wait for the update to complete.
In your Docker Compose configuration file, set the new Hub version as shown in the following example:
services: ... hub: image: jetbrains/hub:2025.3.104432Stop Datalore and its services:
docker compose downStart Hub:
docker compose up hubFrom the Docker output, copy the
wizard_tokenvalue. The line with the token looks like this:JetBrains Hub 2025.1 Configuration Wizard will be available on [http://[host_name]:8082/?wizard_token=<value>] after startOpen the Hub page in your browser and paste the
wizard_tokenvalue into the Token field.Click Log in.
Click Upgrade and wait for the update to complete.
Start Datalore:
docker compose up