Skip to content

Commit 3c29488

Browse files
author
iru
authored
docs: clarify upgrade instructions
1 parent 314efe6 commit 3c29488

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
@@ -256,19 +256,21 @@ A: Verify that `gcr` topic exists. If `create_gcr_topic` is set to false and `gc
256256

257257
## Upgrading
258258

259-
- Uninstall previous deployment resources before upgrading
259+
1. Uninstall previous deployment resources before upgrading
260260
```
261261
$ terraform destroy
262262
```
263263

264-
- Upgrade the full terraform example with
264+
2. Upgrade the full terraform example with
265265
```
266266
$ terraform init -upgrade
267267
$ terraform plan
268268
$ terraform apply
269269
```
270270

271-
- 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.
271+
- 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.
272+
273+
- 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.
272274
273275
<br/>
274276

0 commit comments

Comments
 (0)