Skip to content

Commit

Permalink
Fix uninstall warning about current directory (#1368) (#1370)
Browse files Browse the repository at this point in the history
* Fix uninstall warning about current dir

* fixup

(cherry picked from commit 4185605)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Oct 7, 2024
1 parent cd3de46 commit b788e09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 8 additions & 5 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1105,16 +1105,19 @@ to remove files.

[IMPORTANT]
====
Be sure to run the `uninstall` command from the directory where {agent} is installed and not from the directory where you previously ran the `install` command.
Be sure to run the `uninstall` command from a directory outside of where {agent} is installed.
--
include::{ingest-docs-root}/docs/en/ingest-management/tab-widgets/uninstall-widget.asciidoc[]
For example, on a Windows system the install location is `C:\Program Files\Elastic\Agent`. Run the uninstall command from `C:\Program Files\Elastic` or `\tmp`, or even your default home directory:
--
[source,shell]
----
C:\"Program Files"\Elastic\Agent\elastic-agent.exe uninstall
----
====

include::{ingest-docs-root}/docs/en/ingest-management/tab-widgets/uninstall-widget.asciidoc[]

[discrete]
=== Synopsis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@
To uninstall {agent}, run the `uninstall` command from the directory where
{agent} is running.

IMPORTANT: Be sure to run the `uninstall` command from the directory where {agent} is running, as shown in the example below, and not from the directory where you previously ran the `install` command. Running the command from the wrong directory can leave the agent in an inconsistent state.
[IMPORTANT]
====
Be sure to run the `uninstall` command from a directory outside of where {agent} is installed.
For example, on a Windows system the install location is `C:\Program Files\Elastic\Agent`. Run the uninstall command from `C:\Program Files\Elastic` or `\tmp`, or even your default home directory:
[source,shell]
----
C:\"Program Files"\Elastic\Agent\elastic-agent.exe uninstall
----
====

--
include::{ingest-docs-root}/docs/en/ingest-management/tab-widgets/uninstall-widget.asciidoc[]
Expand Down

0 comments on commit b788e09

Please sign in to comment.