projections not appearing

hi,

i’m trying to get the system projections working on ubuntu, but to not avail. i am using EventStore-OSS-Linux-v3.0.5, and when i go to projections on the dashboard, I just see no projections.

i first tried the command:

./run-node.sh --db ./ESData --run-projections=System

I then tried to get clever and tried:

LD_LIBRARY_PATH=pwd

./clusternode --db ./ESData --run-projections=all

many thanks,

Mike

interestingly, if i drop down to version 3.0.3 it works…

Hi,

this is a bug in 3.0.5 … you just can’t see them in the webui.

Search the list for instruction on how to upgrade just the web-ui.

Daniel

ah. i see…

many thanks
Mike