Just did an upgrade of Event Store on my local vagrant Linux box from v3.0.3 to v3.0.5 and now all projections are gone.
Event store itself is installed in /opt/EventStore-v3.0.5 (old directory /opt/EventStore-v.3.0.3 has been removed) and the database is located in /var/event-store/db.
Event store is started in following way:
run-node.sh --db /var/event-store/db --ext-ip 0.0.0.0 --http-prefixes http://*:2113/
Is this intended that all projections are removed after an upgrade?
How can I create and enable the ‘by-type’ projection via the HTTP API (curl)?
Thx,
Michael