We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9c6c9 commit 628b36fCopy full SHA for 628b36f
start.sh
@@ -15,7 +15,7 @@ if [[ -f "$DB_PATH" ]]; then
15
echo "Existing database is $(stat -c %s "${DB_PATH}") bytes"
16
else
17
echo "Restoring database from replica"
18
- litestream restore -if-replica-exists -v "${DB_PATH}"
+ litestream restore -if-replica-exists "${DB_PATH}"
19
fi
20
21
litestream replicate -exec "${START_COMMAND}"
0 commit comments