Skip to content

Commit 828a001

Browse files
committed
docs: add warning about concurrent backups
1 parent b6870a6 commit 828a001

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,9 @@ client.collections.delete("Songs_Alias");
712712
713713
### Managing collection backups
714714
715+
> [!CAUTION]
716+
> Weaviate does not support concurrent backups. Await one backup's completion before starting another one.
717+
715718
```java
716719
// Start a backup:
717720
Backup backup = client.backup.create(

0 commit comments

Comments
 (0)