You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## From 2024.3.x to 2024.4.x {#migration-guide-from-2024-3-x-to-2024-4-x}
193
191
194
192
Get the latest <GitHubRepo id="MerginMaps/server/blob/master/deployment/enterprise/docker-compose.yml" desc="docker-compose file" /> or update docker images manually to version `2024.4.0`.
195
193
Perform the migration:
@@ -221,7 +219,7 @@ Perform the migration:
221
219
$ docker exec merginmaps-server flask db upgrade enterprise@df5b4efdae7b
222
220
```
223
221
224
-
## Migration guide from 2024.2.x to 2024.3.x
222
+
## From 2024.2.x to 2024.3.x {#migration-guide-from-2024-2-x-to-2024-3-x}
225
223
226
224
Get the latest <GitHubRepo id="MerginMaps/server/blob/master/deployment/enterprise/docker-compose.yml" desc="docker-compose file" /> or update docker images manually to version `2024.3.0`.
227
225
Perform the migration:
@@ -252,7 +250,7 @@ Perform the migration:
252
250
$ docker exec merginmaps-server flask db upgrade community@0e3fc92aeaaa
253
251
```
254
252
255
-
## Migration guide from 2023.6.1 to 2024.2.x (CE)
253
+
## From 2023.6.1 to 2024.2.x (CE) {#migration-guide-from-2023-6-1-to-2024-2-x-ce}
256
254
257
255
Get the latest <GitHubRepo id="MerginMaps/server/blob/master/deployment/community/docker-compose.yml" desc="docker-compose file" /> or update docker images manually.
258
256
@@ -313,7 +311,7 @@ Update image to `2024.2.1` and perform the migration:
313
311
$ docker exec merginmaps-server flask db upgrade enterprise@head
314
312
```
315
313
316
-
## Migration guide from 2023.2.0+ to 2023.6.1
314
+
## From 2023.2.0+ to 2023.6.1 {#migration-guide-from-2023-2-0-to-2023-6-1}
317
315
318
316
⚠️ If you are on a server version lower than `2023.2.0`, it is important to first [upgrade to `2023.2.0`](#migration-guide-from-any-previous-version-to-2023-2-0) before continuing with this migration.
319
317
@@ -373,7 +371,7 @@ Perform the migration:
373
371
$ docker exec merginmaps-server flask db upgrade community@3a77058a2fd7
374
372
```
375
373
376
-
## Migration guide from any previous version to 2023.2.0
374
+
## Any previous version to 2023.2.0 {#migration-guide-from-any-previous-version-to-2023-2-0}
377
375
378
376
Besides various fixes, enhancements and performance improvements the most notable change recently introduced is the concept of workspaces. For Community Edition it means there is a **common shared workspace (global workspace)**for all users where all projects are stored, instead of having a personal or organisational namespace for projects.
If your PostgreSQL settings were custom, you might need to follow official instructions for upgrading the PostgreSQL cluster.
461
459
:::
462
460
463
-
**Database migration**
461
+
### Database migration
464
462
465
463
<MigrationType type="CE" />
464
+
466
465
In this step we will selecta global workspace (e.g. my-company) where all your projects will be merged. Your projects are migrated as follows: former namespace is prepended to project name and whole project is moved to new global workspace, for example:
0 commit comments