-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: update client failure: error updating CLI binary #1896
Comments
Hi @conradwt, I haven't been able to replicate this even though I'm also using macOS 13.3.1 (a). Do you mind showing me the output of |
@brianstrauch Here's the output: ➜ ls -l /usr/local/bin/confluent
-rwxr-xr-x 1 root wheel 45408592 May 12 18:33 /usr/local/bin/confluent |
@conradwt we added a fix a while ago. can you confirm if you still see the issue? The latest cli version is v3.25.0 |
@MuweiHe I'm still seeing the following issue: ➜ confluent update
Checking for updates...
New version of confluent is available
Current Version: v3.24.0
Latest Version: v3.25.0
[7/27/2023] Confluent CLI v3.25.0 Release Notes
===============================================
New Features
------------
- Add `confluent feedback` for user-submitted feedback
- When authenticated with Confluent Cloud, no longer require an API key for Schema Registry operations
- Add `confluent kafka cluster configuration` commands for managing dedicated cluster configurations
Bug Fixes
---------
- Correctly display Confluent Platform mirror topics in `confluent kafka link list --include-topics`
- Fix `confluent asyncapi import` and `confluent asyncapi export` to follow AsyncAPI documentation for Kafka channel bindings, with explicit fields for `bindingVersion`, `partitions`, and `topicConfiguration`
- Improve error message when no API secret is provided to `confluent kafka client-config create`
Do you want to download and install this update? (y/n): y
Downloading confluent version 3.25.0...
Done. Downloaded 49.74 MB in 2 seconds. (20.59 MB/s)
Error: update client failure: error updating CLI binary: open /usr/local/bin/.confluent.new: permission denied
Suggestions:
Please submit a support ticket.
In the meantime, see link for other ways to download the latest CLI version:
https://docs.confluent.io/current/cli/installing.html BTW, |
Thanks @conradwt, we're working on a fix! In the meantime, installing the CLI with Homebrew should fix this problem for anyone who runs into it in the future. |
@brianstrauch I use MacPorts over here and it looks like there's a port available. Thus, I'll give that a spin. |
I'm seeing the following error when trying to update confluent locally on Apple M1 using macOS 13.3.1 (a) (Ventura):
However, I'm not seeing the issue Intel macOS 11.7.6 (Big Sur):
In short, one needs do
sudo confluent update
insteadconfluent update
. Thus, I believe that theconfluent
binary executable should invokesudo
in such situations.The text was updated successfully, but these errors were encountered: