You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to prune the contentrepository with the command ./flow cr:prune all contentstream ids get fetched and all events with the given contentstreamids get deleted.
BUT not all contentstream ids are listed in the projection anymore, so we are not able to remove all events with this approach.
We need to find another way to remove the events in the eventstore. But the eventstore (interface) doesn't provide any useful yet.
The text was updated successfully, but these errors were encountered:
If you try to prune the contentrepository with the command
./flow cr:prune
all contentstream ids get fetched and all events with the given contentstreamids get deleted.BUT not all contentstream ids are listed in the projection anymore, so we are not able to remove all events with this approach.
We need to find another way to remove the events in the eventstore. But the eventstore (interface) doesn't provide any useful yet.
The text was updated successfully, but these errors were encountered: