Hi all:
I am using eventstore 3.0.1 now. Just a few days ago, I wanted to rewrite $setting and change the stream acl, but I made a mistake that wrongly change ‘admins’ to ‘admin’.
The system stream acl $setting like this now:
‘$systemStreamAcl’ : {
'$r' : '$all',
'$w' : '$all',
'$d' : '$admin',
'$mr' : '$admin',
'$mw' : '$admin'
}
After that, when I create a new user in EventStore UI, and choose ‘Administrator’, the new user belongs to "$Admin" group but not "$Admins". And the new user has not Administrator permission.
And I made a mistake again, I make the default admin user belong to $Admin group. Now no user belong to $Admins group, thus no user have Administrator permission. I could not change system informations any more.
I fount this problem dose not appear in 3.0.5+ version. But I have used the 3.0.1 version in the server, and could not delete any data files.
Any one have any suggestions?
Thanks a lot.