Skip to content
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
5 changes: 3 additions & 2 deletions ru/_includes/backup/operations/install-agent-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

```bash
sudo apt update && \
sudo apt install -y jq && \
sudo apt install -y jq &&
sudo apt install uuid-dev && \
curl https://{{ s3-storage-host }}/backup-distributions/agent_installer.sh | sudo bash
```

Expand Down Expand Up @@ -40,4 +41,4 @@

В случае появления ошибки `Failed to parse cloudbackup from instance attributes IAM token and instance registration id are empty, unable to provide authorization` убедитесь, что к ВМ [привязан](../../../backup/operations/connect-vm-linux.md#connect-sa-to-vm) сервисный аккаунт с [ролью](../../../backup/security/index.md#backup-user) `backup.user` или выше.

{% endnote %}
{% endnote %}