Just downloaded the latest version of `typesense-s...
# community-help
g
Just downloaded the latest version of
typesense-server
last week. Working great, but I went to double check the version thinking there would be something like a
-v
or
--version
flag and I don't see one? If I didn't just miss it somewhere in the help output, is that something you'd be open to adding or accepting a pull request for?
Another, somewhat related, question... is there any way for me to upgrade an existing cloud node to the latest (or a specific) version? For example, on this page... https://cloud.typesense.org/clusters/3c56roug0vshpnbqp
Is my only option to spin up a new cluster from here?
j
@Greg Venech if you do a GET /debug with an admin api key, you’ll see the version.
On Typesense cloud, we can do an in place upgrade for you if you email your cluster ID and new version to support@typesense.org
đź‘€ 1
g
Cool, I'll try out the
/debug
thing. Do most of the SDKs (e.g.
typesense
on
npm
) include a method for that?
a
./typesense-server -d /tmp --api-key x I20220205 184734.563359 154646016 typesense_server_utils.cpp:306] Starting Typesense 0.22.0
âś… 1
j
We haven’t added it to all the SDKs yet. I think only JS and Ruby might have it
đź‘€ 1
So you’d have to use curl
Oh yeah and like AJ mentioned above the version is also logged in the Typesense logs if you’re running it yourself
g
Ah cool, thanks guys!