I have a 3 node blockchain with a stream where I have added 2M items with random data off-chain (images). All the data is persistent, so I can bring down and up nodes without issues.
However, now I get this error when trying to bring up an existing node back using the persistent data it left when it was brought down:
https://gist.github.com/emedina/14cfec01ee898f7557ee4ba17fa60f3a
And I just cannot bring it back again.