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
docs(migration): explain mandatory backups in concept guide + lock format
- docs/concepts/index-migrations.md: add a 'Vector backups (mandatory
for quantization)' section that states backups are unconditional for
any quantization step, documents the default location
(./migration_backups), the on-disk layout, what backups enable
(crash-safe resume + manual rollback), and the new manual retention
rule. Add a short 'Overlapping indexes' section that mirrors the
troubleshooting entry in the how-to guide so the concept is reachable
from the conceptual docs as well.
- tests/unit/test_batch_migration.py: add
test_overlap_error_matches_documented_format which calls
BatchMigrationPlanner._format_overlap_error directly and asserts the
exact substrings that the user-facing docs reproduce, so the docs
cannot drift from the implementation without the test failing.
0 commit comments