Skip to content

Commit e3813e4

Browse files
committed
Remove deprecated command entry from README
1 parent c372c7c commit e3813e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,6 @@ Litestream::Commands.restore('storage/production.sqlite3')
434434
# => "storage/production-20240418090048.sqlite3"
435435
```
436436

437-
Finally, you can verify the integrity of a restored database using the `Litestream::Commands.verify` method, which returns a hash with the "size" and "tables" keys for the original and restored databases:
438-
439-
```ruby
440-
Litestream::Commands.verify('storage/production.sqlite3')
441-
# => {"size"=>{"original"=>21688320, "restored"=>21688320}, "tables"=>{"original"=>9, "restored"=>9}}
442-
```
443-
444437
You _can_ start the replication process using the `Litestream::Commands.replicate` method, but this is not recommended. The replication process should be managed by Litestream itself, and you should not need to manually start it.
445438

446439
### Running commands from CLI

0 commit comments

Comments
 (0)