Open
Description
Scenario
In customer projects, provision of RDBMS-based storage is much easier as provision of block storage. This feature should implement the event-store snapshot recovery strategy for RDBMS-based backend of the event store.
Current Behaviour
Only file-based snapshotting is supported.
Wanted Behaviour
RDBMS can be used as persistence backend and the snapshotting should support it.
Possible Workarounds
None, the snapshotter only works for the file-system.