Skip to content

Drop unused logfiles table - #655

Merged
hsbt merged 1 commit into
masterfrom
drop-logfiles-table
Jul 28, 2026
Merged

Drop unused logfiles table#655
hsbt merged 1 commit into
masterfrom
drop-logfiles-table

Conversation

@hsbt

@hsbt hsbt commented Jul 28, 2026

Copy link
Copy Markdown
Member

The logfiles table held raw build logs for the retired CentOS 5 i386 server, fetched in 2012 by the fetch_logfile rake task. Nothing in the app has ever read them: no controller, view, or route references Logfile. Meanwhile the table took 13GB of the 17GB database and dominated every backup.

Those logs were the only surviving copy, since S3 had nothing under the centos5-32/ prefix. I archived all 28,928 files to s3://rubyci/centos5-32/ruby-<branch>/log/<timestamp>.<ext>.gz, matching the layout every other chkbuild server uses, and verified a random sample as byte-identical to the database contents.

🤖 Generated with Claude Code

The table held raw CentOS 5 i386 build logs fetched in 2012 but has
never been served by the app, while taking 13GB of the 17GB database.
Its contents are archived to s3://rubyci/centos5-32/ in the standard
chkbuild layout.
@hsbt
hsbt merged commit 414ffb5 into master Jul 28, 2026
2 checks passed
@hsbt
hsbt deleted the drop-logfiles-table branch July 28, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant