diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 8fecd8fd..179b94a3 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -439,8 +439,6 @@ 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. - If your new setup and onboarding options aren't applied - 3. In the TUI **Setup** menu, repeat the [Basic Setup](#setup) process: 1. Click **Start All Services** to pull container images and start them. @@ -448,4 +446,4 @@ To reinstall OpenRAG with a completely fresh setup: 3. Click **Open App** to open the OpenRAG application. 4. Continue with [Application Onboarding](#application-onboarding). -If you reinstall OpenRAG, and your previous setup and onboarding options persist even after deleting the `.env` and making new selections in the TUI, see [Reinstalling OpenRAG doesn't reset onboarding](/support/troubleshoot#reinstalling-openrag-doesnt-reset-onboarding). \ No newline at end of file +If reinstalling OpenRAG and deleting the `.env` file doesn't reset setup or onboarding, see [Reinstalling OpenRAG doesn't reset onboarding](/support/troubleshoot#reinstalling-openrag-doesnt-reset-onboarding). \ No newline at end of file diff --git a/docs/docs/support/troubleshoot.mdx b/docs/docs/support/troubleshoot.mdx index 5f152586..8396f87d 100644 --- a/docs/docs/support/troubleshoot.mdx +++ b/docs/docs/support/troubleshoot.mdx @@ -216,6 +216,7 @@ After removing the containers, retry the upgrade in the OpenRAG TUI by clicking If you [reinstall OpenRAG](/install#reinstall), you can restore your installation to it's original, default state by resetting the containers _and_ deleting the `.env` file. -When you start OpenRAG after doing this, you are prompted to go through the initial setup and onboarding process again, and you should be able to configure all initial settings as desired. -However, due to a known issue, the onboarding process might not overwrite your previous settings with your new choices after you reinstall OpenRAG. +When you start OpenRAG after doing this, you should be prompted to go through the initial setup and onboarding process again. + +Due to a known issue, the onboarding process might not reset when you reinstall OpenRAG. If this occurs, [install OpenRAG in a new Python project directory](/install#install) (with `uv init` and `uv add openrag`). \ No newline at end of file