-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 更新回滚语句FAQ * 新增镜像地址FAQ * 回滚部分更新 * 更新docker镜像推荐 * 新增配置文件标记 * 更新数据源插件配置方法 * 工单支持上线到其他数据源 * 更新规则数量 * 新增CI/CD描述 * 更新审核SQL例外 * 新增黑名单 * 新增推送规则描述 * SQL管控中新增高优先级SQL筛选 * Update mirror.md * Update Docker.md * Update config.md * Update config.md * Update howtouse.md * Update blacklist-manager.md * Update blacklist-manager.md * Update push-rule.md * Update blacklist-manager.md * 规则模板导入导出支持csv格式 * 新增CB水印说明 * 新增版本控制 * Update version-management.md * Update how-to-use.md * Update how-to-use.md * Update how-to-use.md * 支持使用docker-compose安装时自动部署cloudbeaver * SQL工作台可以直接创建工单 * 移除过期工单自动删除功能 * 默认角色调整 * 新增结构对比文档 * 新增全局dashboard * 功能对比调整 * Update introduction.md * Update introduction.md
- Loading branch information
Showing
17 changed files
with
121 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: 全局待关注清单 | ||
--- | ||
|
||
全局待关注清单功能旨在帮助业务操作人员和项目管理人集中管理多个项目的审批和SQL问题,提高工作效率和响应速度。 | ||
|
||
### 功能亮点 | ||
|
||
* 审批效率提升: 一站式查看所有项目的待处理工单,无需在不同项目间切换。 | ||
* SQL问题追踪: 快速识别并优化各项目中的SQL问题,确保问题不被遗漏。 | ||
|
||
|
||
### 操作步骤 | ||
点击页面左上角的全局dashboard按钮,查看当前待处理的内容 | ||
* 待处理的工单,可以点击跳转 | ||
* 待处理的SQL,可以点击查看 | ||
|
||
**1. 访问全局Dashboard:** | ||
|
||
* 点击页面左上角的全局Dashboard按钮,即可查看当前所有待处理的内容。 | ||
|
||
**2. 查看待处理工单:** | ||
|
||
* 在待处理工单面板中,用户可以一目了然地查看所有项目的待处理工单,包括待审批、待上线的工单。 | ||
* 点击任意工单,即可直接跳转至详细审批页面,进行快速审批操作。 | ||
|
||
**3. 查看待解决SQL问题:** | ||
|
||
* 在待解决SQL面板中,用户可以跟踪和排查各项目中存在的SQL问题,这些问题SQL来源于SQL管控中超过预定标准的SQL。 | ||
* 点击具体的SQL问题,即可查看详细信息,并进行针对性的优化。 | ||
|
||
![dashboard](img/dashboard.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: 结构对比 | ||
--- | ||
|
||
结构对比功能旨在帮助用户确保不同环境的数据库结构保持同步,让用户能够快速、准确地识别和同步不同数据库之间的差异,从而提高团队协作效率,减少因数据库不一致导致的问题。 | ||
|
||
### 使用场景 | ||
|
||
1. 多人协作开发: | ||
当多个开发人员在不同的数据库上工作时,结构对比功能可以帮助您快速识别和合并他们的变更,确保所有开发环境的数据库结构一致。 | ||
|
||
2. 多环境部署: | ||
在将应用从开发环境迁移到测试或生产环境时,使用结构对比功能可以确保数据库结构的一致性,避免因结构差异导致的应用错误。 | ||
|
||
3. 数据库迁移: | ||
在进行数据库迁移时,结构对比功能可以帮助您发现源数据库和目标数据库之间的差异,确保迁移过程中数据的完整性和一致性。 | ||
|
||
4. 版本控制: | ||
结构对比功能可以作为版本控制系统的补充,帮助您跟踪数据库结构的变更历史,便于回滚和审计。 | ||
|
||
### 支持的数据源类型 | ||
* MySQL | ||
|
||
### 操作步骤 | ||
|
||
**1. 选择数据库对象:** | ||
|
||
* 进入结构对比功能页面。 | ||
* 选择需要对比的两个数据库对象。 | ||
* 点击“执行对比”,系统将自动展示所有差异。 | ||
|
||
![compare1](img/compare1.png) | ||
**2. 查看具体差异:** | ||
|
||
* 当系统检测到差异时,点击数据对象后的“查看详情”按钮。 | ||
* 直观对比建表语句的具体差异,一目了然。 | ||
![compare2](img/compare2.png) | ||
**3. 同步数据库结构:** | ||
|
||
* 如果需要使两个数据源的库表结构保持一致,可以点击“生成变更SQL”按钮。 | ||
* 系统将提供将两端数据库结构同步所需的SQLcompa语句。 | ||
* 用户可以直接使用这些SQL语句,或者创建变更工单,轻松消除不同环境间的差异,确保数据一致性。 | ||
![compare3](img/compare3.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters