LRS persistence
Simplest Data Docs
Simplest Data Docs

#LRS persistence

Operating model: Local / self-managed

The LRS stores data in persistent Docker storage backed by PostgreSQL.

#Normal stop preserves data

Shell
simplestlrs stop

Stopping the LRS removes the running containers but preserves the PostgreSQL data volume.

Shell
simplestlrs start 1.0.1

Starting the LRS again reuses the existing data. A statement written before stop can be retrieved after restart.

#Data lifecycle

Persistent data is separate from the LRS image and runtime configuration. Pulling a release again or changing bind and port settings does not reset the database.

The simplestlrs CLI does not currently provide a destructive reset or data-delete command.