Upgrade Datalore Enterprise (Docker installation)
The instructions below explain how to upgrade Datalore Enterprise (Docker installation). The current latest version is 2023.5.1
Upgrade to version 2023.5.1
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose downand thendocker compose upto restart the service.
Upgrade to version 2023.5
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose downand thendocker compose upto restart the service.
Upgrade to version 2023.4
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose downand thendocker compose upto restart the service.
Upgrade to version 2023.3.1
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose downand thendocker compose upto restart the service.
Upgrade to version 2023.2
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose downand thendocker compose upto restart the service.
Upgrade to version 2023.1
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose downand thendocker compose upto restart the service.
Upgrade to version 2022.3.1
Update docker-compose.yaml:
Clone or download the content of this repository.
Unpack the downloaded zip file and open docker-compose.yaml from the [repository_folder]/docker-compose folder in a text editor.
Edit the file to make sure you have the same configs that you had for the previous version.
Run
docker compose stopand thendocker compose startto restart the service.
Upgrade from 2022.2-2022.2.2 to 2022.2.3
Update docker-compose.yaml.
Run
docker compose restartto restart the service.