file:// snapshot recovery is disabled by default in recent Qdrant
(returns 403 on /collections/.../snapshots/recover with a file:// URL).
Switched to POST /snapshots/upload with multipart form-data which
doesn't need an allowlist.
Also tightened the find -name glob from "${SOURCE_COLLECTION}_*" to
"${SOURCE_COLLECTION}_[0-9]*" so a source named "mem0_v3" does not
accidentally match "mem0_v3_entities_*" files in the same dir.
|
||
|---|---|---|
| .. | ||
| backup_qdrant.sh | ||
| cleanup_neo4j_imports.py | ||
| import_neo4j_to_mem0.py | ||
| migrate_qdrant_to_v3.py | ||
| restore_test.sh | ||