You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_printf "[%s] collection aliases do not exist on source!\n" "$host"
616
-
return
616
+
_printf "collection aliases file does not exist, run 'get_colla' task to fetch collection aliases from source hosts or enable BACKUP_COLLECTION_ALIASES_ON_S3 to fetch collection aliases from S3 bucket\n"
617
+
exit 0
617
618
fi
618
619
619
620
colla_count=$(wc -l < $QDRANT_COLLECTION_ALIASES)
@@ -678,7 +679,7 @@ data:
678
679
done <<< "$peer_uri_entries"
679
680
680
681
if [ ${#peer_uri_map[@]} -eq 0 ]; then
681
-
_printf "no registered host peers in %s... exiting" "$host"
682
+
_printf "no registered host peers in %s... exiting\n" "$host"
0 commit comments