Skip to content

Commit 60d83ba

Browse files
author
iru
authored
docs: clarify upgrade instructions
1 parent 30b14c7 commit 60d83ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,19 +326,21 @@ $ curl -v https://<SYSDIG_SECURE_ENDPOINT>/api/cloud/v2/accounts/<AWS_ACCOUNT_ID
326326

327327
## Upgrading
328328

329-
- Uninstall previous deployment resources before upgrading
329+
1. Uninstall previous deployment resources before upgrading
330330
```
331331
$ terraform destroy
332332
```
333333

334-
- Upgrade the full terraform example with
334+
2. Upgrade the full terraform example with
335335
```
336336
$ terraform init -upgrade
337337
$ terraform plan
338338
$ terraform apply
339339
```
340340

341-
- If required, you can upgrade cloud-connector component by restarting the task (stop task). Because it's not pinned to an specific version, it will download the latest one.
341+
- If the event-source is created throuh SFC, some events may get lost while upgrading with this approach. however, if the cloudtrail is re-used (normal production setup) events will be recovered once the ingestion resumes.
342+
343+
- If required, you can upgrade cloud-connector component by restarting the task (stop task). Because it's not pinned to an specific version, it will download the `latest` one.
342344

343345
<br/>
344346

0 commit comments

Comments
 (0)