Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for manually upgrading the agent. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions docs/install-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,22 @@ Make sure you've read the [Actuated EULA](https://github.com/self-actuated/actua

We'll let you know once we've added your agent to actuated and then it's over to you to start running your builds.

## Upgrade the Actuated Agent

Agent upgrades are normally handled automatically. In some cases it may be necessary to upgrade manually.

To manually upgrade the agent to the latest version run:

```bash
agent upgrade
```

The agent has to be restarted after running the upgrade command:

```bash
sudo systemctl restart actuated
```

## Next steps

You can now start your first build and see it run on your actuated agent.
Expand Down