Skip to content

v3.23.0 β€” nightly vector-DB backup

Choose a tag to compare

@ruvnet ruvnet released this 04 Jul 21:42

Nightly vector-memory DB backup

  • WAL-safe snapshots of .swarm/memory.db via better-sqlite3's online .backup() β€” a naive copy of a WAL-mode DB can corrupt; this is consistent + non-destructive (read-only source).
  • Rotation (keep last N, default 7) + optional GCS offsite (--gcs gs://… / RUFLO_BACKUP_GCS).
  • memory backup CLI (--db/--dir/--keep/--gcs) + a daemon backup worker (24h, enabled by default, opt-out via -w).

All backward-compatible. 3-package train at 3.23.0.

πŸ€– Generated with RuFlo