Datalore 2025.6 Help

Update Hub

Before you start
  1. 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.

  2. 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

  1. Update Hub using the following command:

    helm upgrade -f hub.values.yaml hub datalore/hub --version 0.2.36
  2. Get the Hub output:

    kubectl logs service/hub
  3. From the output, copy the wizard_token value. 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 start
  4. Copy the wizard_token value to the clipboard.

  5. Open the Hub page in your browser and insert the wizard_token value into the Token field.

  6. Click Log in.

  7. Click Upgrade and wait for the update to complete.

  1. In your Docker Compose configuration file, set the new Hub version as shown in the following example:

    services: ... hub: image: jetbrains/hub:2025.3.104432
  2. Stop Datalore and its services:

    docker compose down
  3. Start Hub:

    docker compose up hub
  4. From the Docker output, copy the wizard_token value. 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 start
  5. Open the Hub page in your browser and paste the wizard_token value into the Token field.

  6. Click Log in.

  7. Click Upgrade and wait for the update to complete.

  8. Start Datalore:

    docker compose up
    05 September 2025