$streams projection is faulted

Running on an ec2 instance (commit 860bbc9), noticed that the $streams
projection was faulted: An event emitted in recovery differ from the
originally emitted event. Existing('$>', 'C:56268/P:56268'). New('$>',
'C:29302/P:29302')

Resetting seems to have fixed it (with the warning about caching proxies).

Hi João,

The correct way to upgrade the EventStore with projections is to disable all projections with the previous version and re-enable with the new one. It guarantees that all projections are checkpointed and nothing behind the checkpoint is written to streams.

-yuriy

AFAIK this happened on a fresh copy.

Do you have this DB to investigate the problem? I’d appreciate if you can share it with me to see what went wring there.