Skip to content

Commit

Permalink
fix tutorial; add troubleshooting (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeluce authored Jan 23, 2025
1 parent 0905010 commit 6eee094
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 169 deletions.
6 changes: 6 additions & 0 deletions site/docs/concepts/flowctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,9 @@ If you're developing locally with `flowctl`, watch out for these errors:
* `Failed to locate sops`: sops may not be installed correctly. See these [installation instructions](https://github.com/getsops/sops/releases) and ensure sops is on your PATH. For details on working with sops, see [Protecting secrets](#protecting-secrets) above.

* `Decrypting sops document failed`: ensure you have correctly applied a KMS key using sops to your configuration file. See above for [examples](#example-protect-a-configuration). Note that you will not be able to decrypt credentials entered via the Flow web app.

Since updates are released regularly, make sure you're using the latest version of `flowctl`. You can see the latest versions and changelogs on the [Flow releases](https://github.com/estuary/flow/releases) page.

To check your current version, run: `flowctl --version`

If you installed `flowctl` with Homebrew, you can upgrade with: `brew update && brew upgrade flowctl`
Loading

0 comments on commit 6eee094

Please sign in to comment.