typesense / typesense

Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

Home Page:https://typesense.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple standalone instances on same server

meshakeeb opened this issue · comments

Description

I am trying to run multiple standalone instances on my VPS.

Steps to reproduce

I have create two different config file and trying to start two server using command

/bin/typesense-server --config /path/to/instance1.ini
/bin/typesense-server --config /path/to/instance2.ini

Expected Behavior

It should start it.

Actual Behavior

image image

Metadata

Typesense Version:
typesense-server-0.22.1-1.x86_64.rpm

OS: Centos 7

Closing the ticket got the answer from the slack community.

Solution: Beside different api-port you also need to set a different peering-port too.

Suggestion: Some proper error message can help reduce support load