@PLUGIN@ trim - Trim old events up from EventStore
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ trim [--id] <TRIM_ID> [--size] <SIZE>
Provides a mechanism to trim older events from the event store.
--trim-id
: event id to trim up to and including
--size
: trim and keep up to size events
Note: if both the --trim-id and --size options are specified, both trim operations will be performed.
Any user who has administrate server capabilities and has configured an SSH key.
This command is intended to be used in scripts, perhaps to be called by a cron job.