开发者社区> 问答> 正文

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

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

展开
收起
真的很搞笑 2024-07-03 09:31:52 22 0
来自: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
    赞同 展开评论 打赏
来源圈子
更多
收录在圈子:
+ 订阅
蚂蚁OceanBase数据库团队,用于OceanBase技术原理、运维经验和案例分享、对外交流。
问答排行榜
最热
最新

相关电子书

更多
开源HTAP OceanBase产品揭秘 立即下载
云数据库OceanBase 架构演进及在金融核心系统中的实践 立即下载
自研金融数据库OceanBase的创新之路 立即下载