Skip to content

Commit

Permalink
update doc for persistenceStoragePath (#1510)
Browse files Browse the repository at this point in the history
Signed-off-by: sartsahu <[email protected]>
  • Loading branch information
SarthakSahu authored Oct 31, 2024
1 parent c2397bd commit 9956a15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docs/content/docs/backends/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ To use in memory storage as the storage type for Reaper, the `storageType` setti

```yaml
storageType: memory
persistenceStoragePath: /var/lib/cassandra-reaper/storage
```
In-memory storage is volatile and as such all registered cluster, column families and repair information will be lost upon service restart. This storage setting is intended for testing purposes only.
Starting from 3.6.0, persistenceStoragePath is required for memory storage type. This enable lightweight deployments of Reaper, without requiring the use of a Cassandra database. It will store the data locally and reload them consistently upon startup.

0 comments on commit 9956a15

Please sign in to comment.