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
Copy file name to clipboardExpand all lines: src/server/upgrade/index.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ Perform the migration:
43
43
44
44
## Migration guide from 2023.6.1 to 2024.2.x
45
45
46
-
Get the latest <GitHubRepo id="MerginMaps/server/blob/master/docker-compose.yml" desc="docker-compose file" /> or update docker images manually to version `2024.2.1`.
47
-
Perform the migration:
46
+
Get the latest <GitHubRepo id="MerginMaps/server/blob/master/docker-compose.yml" desc="docker-compose file" /> or update docker images manually.
48
47
49
48
<MigrationType type="CE" />
49
+
Update image to `2024.2.2` and perform the migration:
50
50
51
51
1. Start up your docker containers
52
52
```bash
@@ -74,6 +74,8 @@ Perform the migration:
74
74
```
75
75
76
76
<MigrationType type="EE" />
77
+
Update image to `2024.2.1` and perform the migration:
78
+
77
79
1. Start up your docker containers
78
80
```bash
79
81
$ docker-compose -f docker-compose.yml up # or similarly, based on your deployment
0 commit comments