Skip to content

Commit 701b6aa

Browse files
authored
Merge branch 'main' into nic/upgrade-instructions
2 parents 707df12 + 7871248 commit 701b6aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/includes/agent/installation/update-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ wget https://raw.githubusercontent.com/nginx/agent/refs/heads/v3/scripts/package
1414
./upgrade-agent-config.sh --v2-config-file=./nginx-agent-v2.conf --v3-config-file=nginx-agent-v3.conf
1515
```
1616

17-
If your NGINX Agent container was previously a member of a config sync group, then your NGINX Agent config must be manually updated to add the config sync group label.
17+
If your NGINX Agent container was previously a member of a Config Sync Group, then your NGINX Agent config must be manually updated to add the Config Sync Group label.
1818
See [Add Config Sync Group]({{< ref "/nginx-one/nginx-configs/config-sync-groups/manage-config-sync-groups.md" >}}) for more information.
1919

2020
### Rolling back from NGINX Agent v3 to v2
2121

2222
If you need to roll back your environment to NGINX Agent v2, the upgrade process creates a backup of the NGINX Agent v2 config in the file `/etc/nginx-agent/nginx-agent-v2-backup.conf`.
2323

24-
Replace the contents of `/etc/nginx-agent/nginx-agent.conf` with the contents of `/etc/nginx-agent/nginx-agent-v2-backup.conf` and then reinstall an older version of NGINX Agent.
24+
Replace the contents of `/etc/nginx-agent/nginx-agent.conf` with the contents of `/etc/nginx-agent/nginx-agent-v2-backup.conf` and then reinstall an older version of NGINX Agent.

content/includes/agent/installation/update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ files:
1010

1111
- `sudo systemctl stop nginx-agent`
1212

13-
And start it again after the update:
13+
And start it again after the update or upgrade:
1414

1515
- `sudo systemctl start nginx-agent`
1616
{{< /note >}}
1717

18-
Follow the steps below to update NGINX Agent to the latest version.
18+
Follow the steps below to update or upgrade NGINX Agent to the latest version.
1919
The same steps apply if you are **upgrading from NGINX Agent v2 to NGINX Agent v3**.
2020

2121
1. Open an SSH connection to the server where you've installed NGINX Agent.

content/nginx-one/agent/install-upgrade/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Update NGINX Agent
2+
title: Upgrade NGINX Agent
33
toc: true
44
weight: 400
55
docs: DOCS-000

0 commit comments

Comments
 (0)