From 9396f4ea3e3d358950854b8ab4f7543d80dd01bb Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Wed, 26 Aug 2026 18:16:11 +0200 Subject: [PATCH] Add note about change of port in nginx - Added proper tags to migration guides for refference of docker-compose. - when ee docker -compose was not public, just use the manual change of image --- src/server/upgrade/index.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/server/upgrade/index.md b/src/server/upgrade/index.md index 865d295c..a6c81853 100644 --- a/src/server/upgrade/index.md +++ b/src/server/upgrade/index.md @@ -24,7 +24,7 @@ Perform the migration: ```bash $ docker compose -f docker-compose.yml down # or similarly, based on your previous deployment ``` -2. Clone or pull the or download and open `/enterprise` folder. +2. Clone or pull the or download and open `/enterprise` folder. ```bash $ cd server/deployment/enterprise ``` @@ -87,7 +87,7 @@ Perform the migration: ```bash $ docker compose -f docker-compose.yml down # or similarly, based on your previous deployment ``` -2. Clone or pull the or download and open `/community` folder. +2. Clone or pull the or download and open `/community` folder. ```bash $ cd server/deployment/community ``` @@ -132,7 +132,7 @@ Perform the migration: ```bash $ docker compose -f docker-compose.yml down # or similarly, based on your previous deployment ``` -2. Please clone or pull the or download +2. Please clone or pull the or download ```bash $ cd server/deployment/enterprise ``` @@ -183,7 +183,7 @@ To enable Single Sign-On for your server, follow the instructions in [Deployment Release 2025.3.x brings some changes on docker compose orchestration deployment procedure. ::: -Get the latest or update docker images manually to version `2025.3.0`. +Get the latest or update docker images manually to version `2025.3.0`. Perform the migration: 1. Stop your running docker containers @@ -191,7 +191,7 @@ Perform the migration: $ docker compose -f docker-compose.yml down # or similarly, based on your previous deployment # INFO: After shutdown update the docker-compose.yml file to latest release ``` -2. Please clone the or download +2. Please clone the or download ```bash $ cd server/deployment/enterprise ``` @@ -225,19 +225,19 @@ Perform the migration: $ docker exec merginmaps-server flask db upgrade enterprise@819e6b20ee93 ``` -
- ## From 2024.2.x to 2025.2.x (CE) {#migration-guide-from-2024-2-x-to-2025-2-x-ce} ::: tip Before you upgrade! Release 2025.2.x brings significant changes on docker compose orchestration infrastructure. Previous individual `server` container is replaced by 3 service dedicated containers that split the core components of , `server-gunicorn` the app, `celery-beat` Celery task scheduler and `celery-worker` a dedicated worker container for Celery tasks. + +The proxy container now uses a new nginx image, and its default port has changed to 8080. ::: -Get the latest or update docker images manually to version `2025.2.2`. +Get the latest or update docker images manually to version `2025.2.2`. Perform the migration: 1. Stop your running docker containers @@ -246,7 +246,7 @@ Perform the migration: # INFO: After shutdown update the docker-compose.yml file to latest release ``` -2. Double check if below environment variables are available and filled in `.prod.env` environment file. If not, add them. +2. Double check if below environment variables are available and filled in `.prod.env` environment file. If not, add them. ```bash SECURITY_EMAIL_SALT='' SECURITY_BEARER_SALT='' @@ -295,7 +295,7 @@ Previous individual `server` container is replaced by 3 service dedicated contai -Get the latest or update docker images manually to version `2025.2.0`. +Get the or update docker images manually to version `2025.2.0`. Perform the migration: 1. Stop your running docker containers and build the new images @@ -347,7 +347,7 @@ Perform the migration: ## From 2024.3.x to 2024.4.x {#migration-guide-from-2024-3-x-to-2024-4-x} -Get the latest or update docker images manually to version `2024.4.0`. +Update docker images in `docker-compose.yml` to version `2024.4.0`. Perform the migration: @@ -379,7 +379,7 @@ Perform the migration: ## From 2024.2.x to 2024.3.x {#migration-guide-from-2024-2-x-to-2024-3-x} -Get the latest or update docker images manually to version `2024.3.0`. +Update docker images in `docker-compose.yml` to version `2024.3.0`. Perform the migration: @@ -410,7 +410,7 @@ Perform the migration: ## From 2023.6.1 to 2024.2.x (CE) {#migration-guide-from-2023-6-1-to-2024-2-x-ce} -Get the latest or update docker images manually. +Get the or update docker images manually. Update image to `2024.2.2` and perform the migration: @@ -475,7 +475,7 @@ Update image to `2024.2.1` and perform the migration: ----- -Get the latest or update docker images manually to version `2023.6.1`. +Get the latest or update docker images manually to version `2023.6.1`. Perform the migration: