Skip to content
Snippets Groups Projects
Commit ff0610e3 authored by ale's avatar ale
Browse files

Drop the -v argument on "litestream restore"

Even if the usage string mentions it, it seems it got dropped
in some past litestream release...
parent 46dfe9bd
No related branches found
No related tags found
No related merge requests found
Pipeline #65063 passed
......@@ -6,7 +6,7 @@
set -a
. /etc/litestream/{{ dataset_tag }}.env
/usr/bin/litestream restore --config=/etc/litestream/{{ dataset_tag }}.yml --if-replica-exists -v "{{ dataset_path }}/{{ dataset_filename }}"
/usr/bin/litestream restore --config=/etc/litestream/{{ dataset_tag }}.yml --if-replica-exists "{{ dataset_path }}/{{ dataset_filename }}"
if [ $? -gt 0 ]; then
echo "ERROR: restore failed!" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment