开发者社区 问答 正文

麻烦看下OceanBase数据库这个问题?

麻烦看下OceanBase数据库这个问题?https://ask.oceanbase.com/t/topic/35609322

展开
收起
真的很搞笑 2024-07-03 09:31:52 46 分享 版权
来自: OceanBase
1 条回答
写回答
取消 提交回答
  • 已确认为bug,会在下版本进行修复,当前可通过如下方式绕过:
    直接修改ocp_meta租户meta_database数据库的表config_properties的type字段为STRING,SQL如下:

    $obclient -hxx.xx.xx.xx -P2881 -uroot@ocp_meta -p’xxxxxx’ -Dmeta_database -A
    select * from config_properties where key = ‘mgragent.log.level’;
    update config_properties set type = ‘STRING’ where key = ‘mgragent.log.level’;
    image.png

    参考文档https://ask.oceanbase.com/t/topic/35609322/9?spm=a2c6h.13066369.question.1.49a16e3fkYb1CR

    2024-07-08 07:48:35
    赞同 展开评论