Commit 17c2b8d
fix(db): exclude eval_samples/server_logs from dump to fit GitHub 2 GiB cap
The weekly public DB dump is published as a GitHub release asset, which is
hard-capped at 2 GiB. eval_samples (~1.7 GB compressed) + server_logs
(~345 MB) make up ~99% of the archive, pushing it past the cap — every dump
since 2026-05-18 has failed with `size must be less than 2147483648`.
Exclude both tables from the dump by default (set DUMP_INCLUDE_ALL=1 for a
full backup). This drops the zip from ~2.07 GB to ~0.36 GB and unblocks the
weekly release. The analytically useful tables are unaffected
(benchmark_results is only ~20 MB). load-dump already skips missing table
files, so restores round-trip cleanly.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0c91e4b commit 17c2b8d
1 file changed
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
21 | 39 | | |
22 | 40 | | |
23 | 41 | | |
| |||
54 | 72 | | |
55 | 73 | | |
56 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
57 | 79 | | |
58 | 80 | | |
59 | 81 | | |
| |||
0 commit comments