Installation
System requirements, install options, and upgrade instructions for BuildButler.
BuildButler can be deployed via Docker, npm, or built from source.
System requirements
| Component | Minimum | Recommended |
|---|---|---|
| CPU | 2 cores | 4 cores |
| Memory | 2 GB | 4 GB |
| Disk | 10 GB | 50 GB (depends on retention) |
| Node.js | 18.x | 20.x LTS |
| PostgreSQL | 15 | 16 |
Docker (recommended)
Docker Compose
For production deployments we recommend Docker Compose with the bundled PostgreSQL instance:
npm
Build from source
Upgrading
Migrations run automatically on startup. Check the changelog before upgrading major versions.