Skip to content

Commit b828e62

Browse files
committed
address comments
1 parent b96fe29 commit b828e62

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/server/upgrade/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Make sure to always back up your database data before doing a migration.
1414

1515
<MigrationType type="EE" />
1616

17-
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 `2025.5.0`.
1817
Perform the migration:
1918

2019
1. Stop your running docker containers
@@ -36,8 +35,8 @@ Perform the migration:
3635
$ docker exec merginmaps-server flask db current
3736
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
3837
INFO [alembic.runtime.migration] Will assume transactional DDL.
39-
5ad13be6f7ef (head)
40-
819e6b20ee93 (head)
38+
5ad13be6f7ef
39+
819e6b20ee93
4140
```
4241

4342
- If you do not see the version numbers at all, run the following commands:
@@ -51,6 +50,10 @@ Perform the migration:
5150
$ docker exec merginmaps-server flask db upgrade enterprise@e95d051969ce
5251
```
5352

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+
5457
### Enable Single Sign-On
5558

5659
To enable Single Sign-On for your server, follow the instructions in [Deployment of Single Sign On](../sso-deployment).
@@ -90,8 +93,8 @@ Perform the migration:
9093
$ docker exec merginmaps-server flask db current
9194
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
9295
INFO [alembic.runtime.migration] Will assume transactional DDL.
93-
ba5051218de4 (head)
94-
ba5ae5972c4a (head)
96+
ba5051218de4
97+
ba5ae5972c4a
9598
```
9699

97100
- If you do not see the version numbers at all, run the following commands:
@@ -214,8 +217,8 @@ Perform the migration:
214217
$ docker exec merginmaps-server flask db current
215218
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
216219
INFO [alembic.runtime.migration] Will assume transactional DDL.
217-
07f2185e2428 (head)
218-
df5b4efdae7b (head)
220+
07f2185e2428
221+
df5b4efdae7b
219222
```
220223

221224
- If you do not see the version numbers at all, run the following commands:

0 commit comments

Comments
 (0)