Skip to content

Commit cf01fce

Browse files
committed
feat: add uninstall instructions for OneUptime in documentation
1 parent 7b68c0b commit cf01fce

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Docs/Content/installation/docker-compose.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,15 @@ npm run update
9797

9898
### Things to consider
9999

100-
- In our Docker setup, we employ a local logging driver. OneUptime, particularly within the probe and ingest containers, generates a substantial amount of logs. To prevent your storage from becoming full, it's crucial to limit the logging storage in Docker. For detailed instructions on how to do this, please refer to the official Docker documentation [here](https://docs.docker.com/config/containers/logging/local/).
100+
- In our Docker setup, we employ a local logging driver. OneUptime, particularly within the probe and ingest containers, generates a substantial amount of logs. To prevent your storage from becoming full, it's crucial to limit the logging storage in Docker. For detailed instructions on how to do this, please refer to the official Docker documentation [here](https://docs.docker.com/config/containers/logging/local/).
101+
102+
103+
### Uninstalling OneUptime
104+
105+
To uninstall OneUptime, run the following command:
106+
107+
```
108+
npm run down
109+
```
110+
111+
This will stop and remove all the containers, networks, and volumes created by OneUptime. It will not remove the `config.env` file or the cloned repository.

HelmChart/Public/oneuptime/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ helm repo update
6262
helm upgrade my-oneuptime oneuptime/oneuptime -f values.yaml
6363
```
6464

65-
## Uninstall Helm Chart
65+
## Uninstall OneUptime
66+
67+
To uninstall/delete the `my-oneuptime` deployment:
6668

6769
```console
6870
helm uninstall my-oneuptime
@@ -328,6 +330,14 @@ We use these charts as dependencies. You dont need to install them separately. P
328330
| `redis` | Redis database | https://charts.bitnami.com/bitnami |
329331
| `clickhouse` | Clickhouse database | https://charts.bitnami.com/bitnami |
330332
333+
## Uninstalling OneUptime
334+
335+
To uninstall/delete the `my-oneuptime` deployment:
336+
337+
```console
338+
helm uninstall my-oneuptime
339+
```
340+
331341
## Contributing
332342

333343
We <3 contributions big and small.

0 commit comments

Comments
 (0)