Documentation Index
Fetch the complete documentation index at: https://docs.bitbonsai.app/llms.txt
Use this file to discover all available pages before exploring further.
Log Locations
Access logs for debugging:| Component | Docker Command | Direct Path (if not containerized) |
|---|---|---|
| Backend | docker compose logs -f bitbonsai-backend | journalctl -u bitbonsai-backend -f |
| Frontend | docker compose logs -f bitbonsai-frontend | /var/log/bitbonsai-frontend.log |
| PostgreSQL | docker compose logs -f postgres | /var/lib/postgresql/data/log/ |
| FFmpeg Output | Check job details in UI | /tmp/bitbonsai/encoding-*/ffmpeg.log |
Full System Reset (Nuclear Option)
Database Backup & Restore
Backup:Reset Stuck Jobs (Safe)
Reset all jobs to fresh state without losing configuration:When to Report Bugs
If you’ve tried the above fixes and still experiencing issues, please report to GitHub:Report Issue on GitHub
Create a new issue with logs and reproduction steps
- BitBonsai version (
docker compose images | grep bitbonsai) - Deployment method (Docker Compose, Unraid, LXC)
- Node configuration (single vs. multi-node)
- Full error logs (use
docker compose logs --tail=100 bitbonsai-backend) - Steps to reproduce the issue
- Expected vs. actual behavior
Next Steps
Advanced Debugging
Enable debug logging, monitor resources, network debugging
Common Errors
Fix specific error messages and issues