BuildButler

Database

Manage your BuildButler database connection and data.

BuildButler stores all build, test, and pipeline data in a PostgreSQL database.

Database settings

Connection

The database status is shown as a badge (e.g. Connected (28 tables)). Click Database info to view connection details.

Data Operations

  • Seed Sample Data — populate the database with sample builds and test results for evaluation
  • Drop Seed Data — remove only the seeded sample data
  • Drop Production Data — remove all production data (irreversible)

Your Data

Overview of all data stored in BuildButler:

MetricDescription
JobsTotal jobs tracked
BuildsTotal build records
TestsTotal test result records
AgentsTotal agents tracked
Pipeline StagesTotal stage execution records
Raw LogsConsole output stored (with size)
Security LogsAudit log entries
EmailsNotification emails sent
Slack MessagesSlack notifications sent

Manage Data

  • Purge Raw Logs — delete all stored console output to free up storage space

On this page