Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions reference/ingestion-tools/fleet/upgrade-elastic-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,13 @@ For installation steps refer to [Install {{fleet}}-managed {{agent}}s](/referenc
1. Download the {{agent}} Debian install package for the release that you want to upgrade to:

```bash
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.0.0-beta1-amd64.deb
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.0.0-amd64.deb
```

2. Upgrade {{agent}} to the target release:

```bash
sudo dpkg -i elastic-agent-9.0.0-beta1-amd64.deb
sudo dpkg -i elastic-agent-9.0.0-amd64.deb
```

3. Confirm in {{fleet}} that the agent has been upgraded to the target version. 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.
Expand All @@ -243,13 +243,13 @@ For installation steps refer to [Install {{fleet}}-managed {{agent}}s](/referenc
1. Download the {{agent}} RPM install package for the release that you want to upgrade to:

```bash
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.0.0-beta1-x86_64.rpm
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.0.0-x86_64.rpm
```

2. Upgrade {{agent}} to the target release:

```bash
sudo rpm -U elastic-agent-9.0.0-beta1-x86_64.rpm
sudo rpm -U elastic-agent-9.0.0-x86_64.rpm
```

3. Confirm in {{fleet}} that the agent has been upgraded to the target version. 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.
3. Confirm in {{fleet}} that the agent has been upgraded to the target version. 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.