From cf7a4e75ecbcebb962f6865a4979175dd51ac242 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:45:00 -0800 Subject: [PATCH] must delete kb separately --- docs/docs/get-started/install.mdx | 4 +++- docs/docs/support/troubleshoot.mdx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 179b94a3..0bf9d1e4 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -296,7 +296,7 @@ You can also click **Stop** or **Restart** to stop and start OpenRAG native serv ### Reset containers {#reset-containers} :::warning -This is a destructive action that deletes all of your OpenRAG container data, including OpenSearch data, uploaded documents, and customized flows. +This is a destructive action that destroys and recreates all of your OpenRAG containers. ::: To destroy and recreate your OpenRAG containers, go to the TUI [**Status** menu](#status), and then click **Reset**. @@ -439,6 +439,8 @@ To reinstall OpenRAG with a completely fresh setup: The Reset operation does not remove your project's `.env` file, so your passwords, API keys, and OAuth settings can be preserved. If you delete the `.env` file, you must run the [Set up OpenRAG with the TUI](#setup) process again to create a new configuration file. +3. Optional: Delete your OpenSearch knowledge base by deleting the contents of the `./opensearch-data` folder in your OpenRAG installation directory. + 3. In the TUI **Setup** menu, repeat the [Basic Setup](#setup) process: 1. Click **Start All Services** to pull container images and start them. diff --git a/docs/docs/support/troubleshoot.mdx b/docs/docs/support/troubleshoot.mdx index 8396f87d..42f0c581 100644 --- a/docs/docs/support/troubleshoot.mdx +++ b/docs/docs/support/troubleshoot.mdx @@ -124,8 +124,8 @@ If reinstalling the Langflow container doesn't resolve the issue, you must reset Then, you can retry the upgrade. :::warning -This is a destructive operation that completely resets your OpenRAG containers and removes all OpenRAG data, including OpenSearch data, uploaded documents, and authentication details. -Your `.env` file is preserved, so your configuration settings remain intact, but all other data is lost. +This is a destructive operation that destroys your OpenRAG containers and their contents. +However, your `.env` file (configuration settings) and `./opensearch-data` (OpenSearch knowledge base) are preserved. ::: To reset your installation, stop your containers, and then completely remove them.