File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88weight : 470
99---
1010
11- This guide will show you how to use NATS JetStream Object Store as a replica
12- destination for Litestream. You will need a NATS server with JetStream enabled
11+ > ** ⚠️ Note:** NATS JetStream support is available in Litestream v0.5.0+. This feature is not available in v0.3.13.
12+
13+ This guide will show you how to use NATS JetStream Object Store as a replica
14+ destination for Litestream. You will need a NATS server with JetStream enabled
1315to complete this guide.
1416
1517## Setup
Original file line number Diff line number Diff line change 88weight : 525
99---
1010
11- The ` mcp ` server provides Model Context Protocol integration, allowing AI assistants
11+ > ** ⚠️ Note:** MCP support is available in Litestream v0.5.0+. This feature is not available in v0.3.13.
12+
13+ The ` mcp ` server provides Model Context Protocol integration, allowing AI assistants
1214to interact with Litestream databases and replicas through a standardized HTTP API.
1315
1416## Configuration
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ is one hour then you will see a rolling set of 24 snapshots for your replica.
118118
119119## Disable autocheckpoints for high write load servers
120120
121+ > ** Note:** Checkpoint detection improvements in v0.5.0+ reduce the need for full snapshots when checkpoints occur.
122+
121123By default, SQLite allows any process to perform a checkpoint. A checkpoint is
122124when pages that are written to the WAL are copied back to the main database
123125file. Litestream works by controlling this checkpointing process and
Original file line number Diff line number Diff line change 11params :
2- litestreamVersion : 0.5.0
2+ litestreamVersion : 0.3.13
You can’t perform that action at this time.
0 commit comments