Skip to content

Commit 86c1de0

Browse files
committed
doc: document changes in Mongodb schema
1 parent 10a420f commit 86c1de0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md.gotmpl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,6 +2386,15 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
23862386

23872387
- `.Values.runner` is removed
23882388

2389+
#### Changes in MongoDB schema
2390+
2391+
Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.
2392+
2393+
Changes in collections: following collections can be safely dropped *after* the upgrade to 2.9.x if they exist:
2394+
2395+
- `read-models.application-tree`
2396+
- `read-models.<entity>-history` — every collection with `~-history` suffix, such as `read-models.applications-history`, `read-models.services-history`, etc.
2397+
23892398

23902399
## Troubleshooting
23912400

0 commit comments

Comments
 (0)