All Tasks Skipped
Behavior: Rollout completes immediately with all tasks skipped. Cause: All migrations already applied (detected via revision records). Verification:- Create migrations with new version numbers
- Create new release
- Create new plan/rollout
Task Stuck in PENDING_APPROVAL
Behavior: Task waiting for approval indefinitely. Causes:- Rollout policy requires manual approval
- No authorized users have approved
- Approve Task
- Check Approval Policy
- Update Policy (If Needed)
Task Fails with SQL Error
Error in task logs:-
Identify problematic file:
- Check task logs for error location
- Identify which migration file failed
-
Fix syntax error:
-
Create new release:
- Don’t modify original file if already released
- Create new migration with fix:
-
Retry or create new rollout:
Permission Denied Error
Error:Grant Required Permissions
Grant Required Permissions
For DDL operations (schema changes):For DML operations (data changes):
Update Instance Connection
Update Instance Connection
If using wrong user in Bytebase:
- Navigate to Instance settings
- Update connection username
- Save changes
Instance Configuration
Configure database connections
Verify Permissions
Verify Permissions
Test permissions:
Connection Timeout
Error:- Database server down
- Network connectivity issues
- Firewall blocking connection
- Incorrect connection parameters
- Verify Database Status
- Test Network Connectivity
- Check Firewall Rules
- Verify Connection Settings
Check if database is running:

