Skip to content

Commit 2224c87

Browse files
committed
Add mongodb update note
1 parent 9464f82 commit 2224c87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ persisted objects to load upon entering any scene.
1111
- Install nodejs
1212
- `npm install`
1313

14+
## Updating Mongodb
15+
Note that updating major versions of mongodb will require setting the appropriate compatibility version
16+
per [documentation](https://www.mongodb.com/docs/manual/release-notes/8.0-upgrade-standalone/#prerequisites)
17+
1418
## Usage
1519

1620
### Persistence
@@ -24,7 +28,7 @@ persisted objects to load upon entering any scene.
2428

2529
### TTL
2630
Adding a `ttl` (float seconds) to the top level MQTT message for any `create` action signals that the object
27-
will be automatically deleted from peristence after set duration, as well as a correspdoning `delete` action message
31+
will be automatically deleted from peristence after set duration, as well as a corresponding `delete` action message
2832
sent over pubsub. `ttl` implies that `persist` is `true`.
2933

3034
### Templates

0 commit comments

Comments
 (0)