Skip to content

Commit f02caf4

Browse files
authored
DOCS-3743: Update viam-server update instructions (#4114)
1 parent ce41e90 commit f02caf4

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

assets/scss/_styles_project.scss

+9
Original file line numberDiff line numberDiff line change
@@ -3302,4 +3302,13 @@ div.tablestep > div.tablestep-content {
33023302
.td-content > ul li, .td-content > ol li {
33033303
margin-bottom: 0rem;
33043304
}
3305+
3306+
.td-content > ul {
3307+
padding-left: 1rem;
3308+
}
3309+
3310+
.td-content > .code-toolbar, .td-content * .code-toolbar {
3311+
margin-top: 1rem;
3312+
}
3313+
33053314
// Numbered list styling END

docs/manage/reference/viam-agent/_index.md

+11
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ You can restart `viam-server` from the machine's part status dropdown to the rig
179179

180180
For more information on managing `viam-agent` see [Manage `viam-agent`](/manage/reference/viam-agent/manage-viam-agent/).
181181

182+
### Update or downgrade `viam-server` with `viam-agent`
183+
184+
{{< alert title="Tip" color="tip" >}}
185+
The current version of `viam-server` is displayed in the machine's part status dropdown to the right of your machine’s name on its page in the Viam app.
186+
{{< /alert >}}
187+
188+
1. Navigate to your machine's **CONFIGURE** tab.
189+
2. Click on **machine settings** on the left side of the page.
190+
3. Change the specified `viam-server` version.
191+
4. Save your configuration.
192+
182193
## `advanced_settings`
183194

184195
<!-- prettier-ignore -->

docs/manage/reference/viam-agent/manage-viam-agent.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ aliases:
2424

2525
- To stop `viam-agent`:
2626

27-
{{< alert title="Alert" color="note" >}}
28-
When you stop `viam-agent`, the agent will stop `viam-server` as well.
29-
{{< /alert >}}
30-
3127
```sh {class="command-line" data-prompt="$"}
3228
sudo systemctl stop viam-agent
3329
```
3430

31+
{{< alert title="Alert" color="note" >}}
32+
When you stop `viam-agent`, the agent will stop `viam-server` as well.
33+
{{< /alert >}}
34+
3535
- To restart `viam-agent`:
3636

3737
{{< alert title="Alert" color="note" >}}

docs/operate/reference/viam-server/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ If there are configured dependencies, resources are reconfigured in groups.
6161
You can see configuration changes made by yourself or by your collaborators by selecting **History** on the right side of your machine part's card on the **CONFIGURE** tab.
6262
You can also revert to an earlier configuration from the History tab.
6363

64-
#### Maintenance window
64+
### Maintenance window
6565

6666
There are a few updates that may make your machine temporarily unavailable:
6767

68-
- `viam-agent` updating `viam-server`
68+
- [`viam-agent` updating `viam-server`](/manage/reference/viam-agent/#update-or-downgrade-viam-server-with-viam-agent)
6969
- configuration updates
7070

7171
To avoid performing these updates until your machine is ready for maintenance, you can define a maintenance window.

0 commit comments

Comments
 (0)