This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.


Welcome To openGauss Community
Hey @wangzhengyuan1 , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.
Contact Guide
If you have any questions, please contact the SIG: Tools ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @hw_hbj, @justbk, @libiao2024, @wang4721, @wang_xingmiao, @zhangxubo .


自验时间:2026-09-09
自验版本:7.0.0 B022
自验步骤:
step1. PostgreSQL预制基础数据
step2. dataKit创建pg迁移任务,选择迁移模式为全量迁移 + 增量迁移 + 反向迁移
step3. 启动迁移任务,迁移流程一直走到反向迁移
step4. 向openGauss侧执行增删改任务,查看迁移是正常
正常

og:

pg:

og:

pg:

og:

pg:

自验通过


测试类型
工具功能
测试版本
7.0.0LTS
问题描述
pg反向增量迁移失败
操作系统和硬件信息
不涉及
测试环境
企业版单机
被测功能
dataKit pg反向增量迁移
预置条件
部署dataKit,PostgreSQL准备好基础数据
操作步骤
step1. dataKit创建PostgreSQL到openGauss的迁移任务,迁移模式选择:全量迁移 + 增量迁移 + 反向迁移
step2. 迁移流程到反向迁移阶段后,在openGauss执行I/U/D数据变更
step3. 检查反向增量同步是否正常
预期输出
step1. 成功
step2. 成功
step3. 反向增量同步正常,两边数据库数据一致
实际输出
step1. 成功
step2. 成功
step3. dataKit显示反向增量同步未完成,迁移工具后台报错,源端与目标端数据库数据不一致
日志信息
openGauss侧数据:
PostgreSQL侧数据:
提单组织
内部开发
测试代码