https://github.com/osquery/osquery logo
Title
m

Mo Zhu

06/15/2022, 6:12 PM
Hey team! I am getting this warning everytime I run something in fleetctl:
Warning: Version mismatch.
Client Version:   4.14.0
Server Version:  0.0.0-SNAPSHOT-d61df9a
I think this means my fleetctl needs to be updated? How do I do that? Couldn’t find it in the docs. Do I just go through node?
k

Kathy Satterlee

06/15/2022, 6:16 PM
Node’s the way to go. ‘npm i -g fleetctl@latest’ would get you the most recent release, and you can use ‘npm i -g fleetctl@<version>’ to install a specific version.
If you're up for it, a ticket for updating the docs to include more information would be awesome.
m

Mo Zhu

06/15/2022, 6:17 PM
got it! thank you! Just making sure that’s the case… I never installed it via npm, because I got it installed as part of onboarding…
Will do!
:ty: 1
z

zwass

06/15/2022, 6:32 PM
Ah, so this would be because we have deployed
main
internally rather than an actual released version of Fleet. I'd advise to ignore this at the moment.
👍 1