Skip to content

Commit

Permalink
Update Fly/Litestream documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Jun 29, 2023
1 parent 3216caa commit c09b340
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion documentation/deployment/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ litestream restore -if-db-not-exists -if-replica-exists -o "$DB_DIR/db.sqlite" "

chmod -R a+rwX /db

exec litestream replicate -config litestream.yml
# Copy our Litestream config to the default location so we don't have to add a
# `-config` argument to every command.
mv /etc/litestream.yml /etc/litestream.yml-example
cp /code/litestream.yml /etc/litestream.yml

exec litestream replicate
```

Create a `litestream.yml` file in the root of your project
Expand Down

0 comments on commit c09b340

Please sign in to comment.