You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/ingest-management/fleet/upgrade-elastic-agent.asciidoc
+51-2Lines changed: 51 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ By default, {agent}s require internet access to perform binary upgrades from
30
30
{agent}s to download binaries from it. For more information, refer to
31
31
<<air-gapped>>.
32
32
33
-
NOTE: The upgrade feature is not supported for upgrading DEB/RPM packages or
34
-
Docker images.
33
+
NOTE: The upgrade feature is not supported for upgrading DEB/RPM packages or Docker images.
34
+
Refer to <<upgrade-system-packages>> to upgrade a DEB or RPM package manually.
35
35
36
36
For a detailed view of the {agent} upgrade process and the interactions between {fleet}, {agent}, and {es}, refer to the link:https://github.com/elastic/elastic-agent/blob/main/docs/upgrades.md[Communications amongst components] diagram in the `elastic-agent` GitHub repository.
37
37
@@ -262,3 +262,52 @@ To force selected agents to upgrade immediately when the upgrade is
262
262
triggered, select **Immediately**. Avoid using this setting for batches of more
263
263
than 10 agents.
264
264
. Restart the upgrades.
265
+
266
+
[discrete]
267
+
[[upgrade-system-packages]]
268
+
== Upgrade RPM and DEB system packages
269
+
270
+
If you have installed and enrolled {agent} using either a DEB (for a Debian-based Linux distribution) or RPM (for a RedHat-based Linux distribution) install package, the upgrade cannot be managed by {fleet}.
271
+
Instead, you can perform the upgrade using these steps.
272
+
273
+
For installation steps refer to <<install-fleet-managed-elastic-agent>>.
274
+
275
+
[discrete]
276
+
=== Upgrade a DEB {agent} installation:
277
+
278
+
. Download the {agent} Debian install package for the release that you want to upgrade to:
. Confirm in {fleet} that the agent has been upgraded to the target version.
293
+
Note that the **Upgrade agent** option in the **Actions** menu next to the agent will be disabled since [fleet]-managed upgrades are not supported for this package type.
294
+
295
+
[discrete]
296
+
=== Upgrade an RPM {agent} installation:
297
+
298
+
. Download the {agent} RPM install package for the release that you want to upgrade to:
. Confirm in {fleet} that the agent has been upgraded to the target version.
313
+
Note that the **Upgrade agent** option in the **Actions** menu next to the agent will be disabled since [fleet]-managed upgrades are not supported for this package type.
0 commit comments