run geteventstore in background

Hi !

I try to start geteventstore in background on my ubuntu server.
But when i launch
./run-node.sh &

``

, it doesn’t work, the database is not running ?

Any ideas why ?

Thx for your answer.

We would need more information than “it doesn’t work” as its not really event store that handles this but I am guessing whatever shell you are running. You may also want nohup here …

./run-node also just is executing the ./clusternode executable after setting some environment variables, might be easier to just run it directly (or say dameonize it).

Cheers,

Greg

Time passed since this message. I do an docker install & all it’s ok for me. Thx.