hr_test, then a Prod stage targeting hr_prod. Each stage has its own execution results.
Open Deploy on the Plan page to follow execution.
How stages, tasks, and task runs fit together
An environment classifies a target; a stage groups work for that environment. Retrying a task creates another task run with its own logs.
How a rollout is created
For a submitted UI change to existing databases, Bytebase creates the Rollout when approval is satisfied and checks finish without errors. Create Database requests prepare and run their work through a separate Issue workflow; see Database. In GitOps, CI creates the Rollout from a Release-based Plan after repository review and checks. Creation prepares tasks. Manual environments wait for an authorized person or CI job to run them; automatic environments execute according to rollout policy.Inspect and run tasks
- Open the Plan and expand Deploy.
- Select a stage and confirm its environment and target databases.
- Inspect the task’s statement and current status. If the task already ran, expand its latest attempt to read the logs.
- If you have rollout permission, use Run to start a stage that requires manual execution. Verify its results before continuing to the next environment.


