Skip to content

Commit

Permalink
Update atlas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psonnera committed Mar 23, 2024
1 parent 2077f3b commit 99171a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/troubleshoot/atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,17 +653,17 @@ If your Nightscout page doesn't open after restarting your app and you want to r

</br>

- Click your database name (hidden left). Check the`DATABASE SIZE` is indeed close to or at the limit then look at these three collections `Documents size`: `devicestatus`, `entries` and `treatments`.
- Click your database name (hidden left). Check the`DATABASE SIZE` is indeed close to or at the limit (512MB) then look at these three collections `Documents size`: `devicestatus`, `entries` and `treatments`.

<img src="/vendors/mongodb/img/TShoot36.png" width="800px" >

- Open Nightscout [`Admin tools`](/nightscout/discover.md#drawer-menu). If your site doesn't open jump to [Emergency cleanup](#emergency-cleanup).
- Depending on the collection you identified above, choose which of the following you want to cleanup:
- Depending on the collection you identified above, choose which of the following you want to cleanup below.

### Emergency cleanup

In the Atlas cluster view you opened [above](#atlas-database-size-verification), select the `devicestatus` collection and click the bin icon to delete it.
You will lose all device status history (battery, ..) but you won't lose neither BG, treatments nor profiles.
You will lose all device status history (battery, ..) but **you won't lose neither BG, treatments nor profiles**.

<img src="/vendors/mongodb/img/TShoot55.png" width="300px" >

Expand Down

0 comments on commit 99171a6

Please sign in to comment.