Skip to main content
The UI-Driven Workflow manages database changes entirely within the Bytebase console. You select target databases, write SQL, and Bytebase handles review, approval, and rollout — no Git repository or CI/CD pipeline required.

Capabilities

  • Plan: Define schema or data changes against one or more databases, then convert to an issue for review and deployment.
  • Batch Change: Apply one change across a Database Group — databases sharing the same schema.
  • SQL Review: Validate every statement against configurable review policies before execution.
  • Approval: Route changes through multi-level approval, matched on conditions such as environment and risk level.
  • Rollout: Promote changes stage by stage, automatic or gated per environment, immediately or scheduled.
  • Rollback: Recover from DML with one click, or generate reverse migration scripts for schema changes.
  • Changelog: Record every applied change per database, with diff and rollback entry points.

Walkthrough