fix: Use force_full=true for database sync after project sync/bisync · basicmachines-co/basic-memory@2ad0ee9 · GitHub
Skip to content

Commit 2ad0ee9

Browse files
phernandezclaude
andcommitted
fix: Use force_full=true for database sync after project sync/bisync
After rclone synchronizes files between local and cloud storage, the database needs to perform a full scan to ensure it captures all changes. Previously, incremental sync (watermark optimization) could miss files that were changed remotely. Changes: - project sync command now calls /project/sync?force_full=true - project bisync command now calls /project/sync?force_full=true - Ensures complete database refresh after file synchronization This guarantees the database is fully in sync with the filesystem after any rclone sync or bisync operation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent c9946ec commit 2ad0ee9

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

src/basic_memory/cli/commands/cloud/bisync_commands.py

Lines changed: 0 additions & 5 deletions

src/basic_memory/cli/commands/project.py

Lines changed: 6 additions & 4 deletions

0 commit comments

Comments
 (0)