@@ -82,21 +82,21 @@ You have achieved decent success in implementing Bytebase for your org. You may
8282is OK to deploy schema migration together with the code release. On the other hand, it's beneficial to use Bytebase
8383for schema migration if you have any of the following situations:
8484
85- 1 . Multiple servers connecting to the same database.
86- 1 . Multi-region database deployment.
87- 1 . Multi-tenant service and each tenant has its own database.
88- 1 . Long-running schema migration.
85+ - Multiple servers connecting to the same database.
86+ - Multi-region database deployment.
87+ - Multi-tenant service and each tenant has its own database.
88+ - Long-running schema migration.
8989
9090The implementation duration depends on how many existing schema migration workflows need to be moved to Bytebase.
9191
9292Related features (in addition to Phase 1):
9393
94- 1 . [ Schema Synchronization] ( /docs/change-database/synchronize-schema/ )
95- 1 . [ GitOps] ( /docs/vcs-integration/overview/ )
96- 1 . [ Drift Detection] ( /docs/change-database/drift-detection/ )
97- 1 . [ Batch Change] ( /docs/change-database/batch-change/ )
98- 1 . [ Changelist] ( /docs/changelist/ )
99- 1 . [ Online Schema Migration (MySQL only)] ( /docs/change-database/online-schema-migration-for-mysql/ )
94+ - [ Schema Synchronization] ( /docs/change-database/synchronize-schema/ )
95+ - [ GitOps] ( /docs/vcs-integration/overview/ )
96+ - [ Drift Detection] ( /docs/change-database/drift-detection/ )
97+ - [ Batch Change] ( /docs/change-database/batch-change/ )
98+ - [ Changelist] ( /docs/changelist/ )
99+ - [ Online Schema Migration (MySQL only)] ( /docs/change-database/online-schema-migration-for-mysql/ )
100100
101101## Configuration Guideline
102102
@@ -107,15 +107,15 @@ Bytebase provides settings at the workspace, environment, project levels. Below
107107- ` UAT ` enforces limited review and access control.
108108- ` Prod ` enforces strict review and access control.
109109
110- | | | Dev | UAT | Prod |
111- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- | ----------- | --------------- | ------------------ |
112- | [ Environment tier] ( /docs/administration/environment-policy/overview/#environment-tier ) | Environment color | Black | Yellow | Red |
113- | | Production indicator | ❌ | ❌ | ✅ |
114- | [ Statement execution mode] ( /docs/administration/environment-policy/overview/#statement-execution-mode ) | Allow running DDL in SQL Editor | ✅ | ❌ | ❌ |
115- | | Allow running data-modifying DML in SQL Editor | ✅ | ❌ | ❌ |
116- | Database CI/CD | [ Approval Policy] ( /docs/administration/custom-approval/ ) | No approver | Single approver | Multiple approvers |
117- | | [ Rollout Policy] ( /docs/administration/environment-policy/rollout-policy/ ) | Automatic | Manual | Manual |
118- | [ Database Permission] ( /docs/security/database-permission/overview/ ) | EXPLAIN | ✅ | ✅ | ✅ |
119- | | Query | ✅ | ✅ | Require approval |
120- | | Export | ✅ | ✅ | Require approval |
121- | [ Data masking] ( /docs/security/data-masking/global-masking-rule/ ) | | ❌ | ❌ | ✅ |
110+ | | | Dev | UAT | Prod |
111+ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- | ----------- | --------------- | -------------------------- |
112+ | [ Environment tier] ( /docs/administration/environment-policy/overview/#environment-tier ) | Environment color | Black | Yellow | Red |
113+ | | Production indicator | ❌ | ❌ | ✅ |
114+ | [ Statement execution mode] ( /docs/administration/environment-policy/overview/#statement-execution-mode ) | Allow running DDL in SQL Editor | ✅ | ❌ | ❌ |
115+ | | Allow running data-modifying DML in SQL Editor | ✅ | ❌ | ❌ |
116+ | Database CI/CD | [ Approval Policy] ( /docs/administration/custom-approval/ ) | No approver | Single approver | Multiple approvers |
117+ | | [ Rollout Policy] ( /docs/administration/environment-policy/rollout-policy/ ) | Automatic | Manual | Manual |
118+ | Database Permission | [ EXPLAIN ] ( /docs/security/database-permission/explain/ ) | ✅ | ✅ | ✅ |
119+ | | [ Query] ( /docs/security/database-permission/query/ ) | ✅ | ✅ | Approval at db/table level |
120+ | | [ Export] ( /docs/security/database-permission/export/ ) | ✅ | ✅ | Approval at db/table level |
121+ | [ Data masking] ( /docs/security/data-masking/global-masking-rule/ ) | | ❌ | ❌ | ✅ |
0 commit comments