Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
add UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
  • Loading branch information
lionello authored Feb 12, 2024
1 parent a9f24da commit 7be9b67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,8 @@ services:

### "Using Defang provider, but AWS environment variables were detected"
- This message is displayed when you run `defang compose up` with the `--provider=defang` but AWS environment variables were detected. The AWS environment variables will be ignored.

## Errors

### "Stack:… is in UPDATE_COMPLETE_CLEANUP_IN_PROGRESS state and cannot be updated"
- This happens if different version of the Defang CLI are used with the same AWS account. Each version one will try to update the CD stack to its version, back and forth. Make sure that all users have the same version of the CLI. Check the CLI version using `defang version`.

0 comments on commit 7be9b67

Please sign in to comment.