Skip to content

Commit 494c076

Browse files
authored
Update install.md
1 parent 8f21274 commit 494c076

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/nim/deploy/vm-bare-metal/install.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ The script supports only new installations. If NGINX Instance Manager is already
112112

113113
Ensure that the required `.crt` and `.key` files are available, preferably in the default **/etc/ssl/nginx** directory. Missing certificates or keys will prevent the script from completing the installation.
114114

115+
#### Verify If Metrics Are Required (Exclude ClickHouse)
116+
117+
In 2.20.0, we introduced Lightweight mode, which means you can skip the ClickHouse installation entirely. It’s ideal if you don’t need monitoring data or want a simpler setup. This reduces system requirements and avoids the work of managing a metrics database. You can add ClickHouse later if your needs change.
118+
115119
#### Use the manual installation steps if needed
116120

117121
If the script fails or if you prefer more control over the process, consider using the [manual installation steps]({{< ref "nim/deploy/vm-bare-metal/install-nim-manual.md" >}}). These steps provide a reliable alternative for troubleshooting or handling complex setups.
@@ -301,4 +305,4 @@ bash install-nim-bundle.sh -r
301305
302306
## Next steps
303307
304-
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})
308+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})

0 commit comments

Comments
 (0)