#community-help

Facing Troubles in Understanding Typesense Version and Configuration

TLDR andy couldn't identify the Typesense server version and faced an invalid configuration error. Kishore Nallan suggested accessing version through /debug and clarified that the configuration error may not matter if Docker isn't being used. andy confirmed a local installation.

Powered by Struct AI
5
9mo
Solved
Join the chat
Dec 13, 2022 (9 months ago)
andy
Photo of md5-8f2bc7de8159dde57045bf51154aed5b
andy
11:01 AM
looking at the docs, there are docs for different versions, but i just tried typesense-server version but it didnt work. how can i get the version i am running?

i also get the message when running typesense-server

"Invalid configuration: Data directory is not specified."

but it is set in the /etc/typesense/typesense-server.ini as data-dir = /var/lib/typesense which looks correct and it all works, just wondering how to fix that, or does it even matter
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
11:07 AM
/debug returns the version of the Typesense server.
11:08
Kishore Nallan
11:08 AM
data-dir looks fine. If you are using Docker that file is probably not being mounted into the container.
andy
Photo of md5-8f2bc7de8159dde57045bf51154aed5b
andy
11:09 AM
no, i have it installed locally
11:10
andy
11:10 AM
ok cool curl 🙂

{"state":1,"version":"0.23.1"}r