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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Make sure to always back up your database data before doing a migration.
14
14
15
15
<MigrationTypetype="EE" />
16
16
17
-
Get the latest <GitHubRepoid="MerginMaps/server/blob/master/deployment/enterprise/docker-compose.yml"desc="docker-compose file" /> or update docker images manually to version `2025.5.0`.
18
17
Perform the migration:
19
18
20
19
1. Stop your running docker containers
@@ -36,8 +35,8 @@ Perform the migration:
36
35
$ docker exec merginmaps-server flask db current
37
36
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
38
37
INFO [alembic.runtime.migration] Will assume transactional DDL.
39
-
5ad13be6f7ef (head)
40
-
819e6b20ee93 (head)
38
+
5ad13be6f7ef
39
+
819e6b20ee93
41
40
```
42
41
43
42
- If you do not see the version numbers at all, run the following commands:
@@ -51,6 +50,10 @@ Perform the migration:
51
50
$ docker exec merginmaps-server flask db upgrade enterprise@e95d051969ce
52
51
```
53
52
53
+
:::warning Downloading zip files from the dashboard
54
+
Zip files are now stored in temporary storage and are deleted after 7 days. This can increase the storage usage of <MainPlatformName /> server. Make sure you have enough space on your server.
55
+
:::
56
+
54
57
### Enable Single Sign-On
55
58
56
59
To enable Single Sign-On foryour server, follow the instructionsin [Deployment of Single Sign On](../sso-deployment).
@@ -90,8 +93,8 @@ Perform the migration:
90
93
$ docker exec merginmaps-server flask db current
91
94
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
92
95
INFO [alembic.runtime.migration] Will assume transactional DDL.
93
-
ba5051218de4 (head)
94
-
ba5ae5972c4a (head)
96
+
ba5051218de4
97
+
ba5ae5972c4a
95
98
```
96
99
97
100
- If you do not see the version numbers at all, run the following commands:
@@ -214,8 +217,8 @@ Perform the migration:
214
217
$ docker exec merginmaps-server flask db current
215
218
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
216
219
INFO [alembic.runtime.migration] Will assume transactional DDL.
217
-
07f2185e2428 (head)
218
-
df5b4efdae7b (head)
220
+
07f2185e2428
221
+
df5b4efdae7b
219
222
```
220
223
221
224
- If you do not see the version numbers at all, run the following commands:
0 commit comments