Litestream
  • Twitter
  • GitHub
  • Install
  • Guides
  • Reference
  • GitHub
  • Slack

Install

  • macOS
  • Linux (Debian)
  • Build from Source

General

  • Getting Started
  • Tips & Caveats
  • How it works
  • Alternatives

Infrastructure Guides

  • Running in a Docker container
  • Running in a Kubernetes cluster
  • Running as a Systemd service
  • Running as a Windows Service

Replica Guides

  • Replicating to Amazon S3
  • Replicating to Azure Blob Storage
  • Replicating to Backblaze B2
  • Replicating to DigitalOcean Spaces
  • Replicating to Scaleway Object Storage
  • Replicating to Google Cloud Storage
  • Replicating to Linode Object Storage
  • Replicating to an SFTP Server

Reference

  • Configuration File
  • Command: databases
  • Command: generations
  • Command: replicate
  • Command: restore
  • Command: snapshots
  • Command: version
  • Command: wal

On this page

  • Installation

macOS

Installation#

A Homebrew tap to is provided to install Litestream in a single command. After installing Homebrew, run:

brew install benbjohnson/litestream/litestream

You should now be able to run litestream version to verify it is installed.

Linux (Debian) →