- Remove parallel.go entirely - Process days strictly sequentially to avoid SQLITE_BUSY errors - Complete each day fully (extract, dump, compress, verify, write) before starting next - Clean up temp files immediately after each day to save disk space - SQLite cannot handle multiple concurrent ATTACH operations on same database |
||
|---|---|---|
| cmd/bsdaily | ||
| internal/bsdaily | ||
| go.mod | ||
| go.sum | ||
| schema.sql | ||