Upgrade from 1.x to 2.0.2

Hi,

We just did an upgrade from 1.0,0 to 2.0.2 and haven’t changed the password, and we read all events from the eventstore “eventStoreConnection.ReadAllEventsForward(currentPosition, count, false)” with out the usercredentials to replay the events to recreate our read models.

But after the upgrade if I don’t pass the user credentials I am get " Read access denied for $all."

How can I read all the events with out passing the user name and password?

/g,

Beno M

Beno,

Is there any reason why you don’t want to pass username/password?

Are you not securing your read model database neither?

Jakub

The $all stream requires a username and password unless you change the default ACL for system streams, as per https://github.com/EventStore/EventStore/wiki/Access-Control-Lists#default-acls

The default credentials are: admin - changeit

Cheers,

James

James,

How do I access the $settings stream in UI?

Thank you,

Beno M