【问题标题】:Is there any way to migrate the built-in usergrid db有什么办法可以迁移内置的 usergrid db
【发布时间】:2014-04-03 08:31:24
【问题描述】:

我一直在使用内置的 cassandra db 运行 usergrid-stack commit 08f26cc865c96185d11990bf622730beff59971a 一段时间。 我需要迁移到另一台服务器,并认为我会借此机会更新。

我尝试将文件夹standalone/target/tmp 复制到新安装,但这样做会出现以下错误。

null; Can't construct a java object for tag:yaml.org,2002:org.apache.cassandra.config.Config; exception=Cannot create property=hinted_handoff_throttle_delay_in_ms for JavaBean=org.apache.cassandra.config.Config@6b7b9f29; Unable to find property 'hinted_handoff_throttle_delay_in_ms' on class: org.apache.cassandra.config.Config
Invalid yaml; unable to start server.  See log for stacktrace.

有没有办法将数据库迁移到更新的版本?

如果没有,至少有办法使用旧版本迁移数据库吗?

【问题讨论】:

    标签: cassandra apigee usergrid


    【解决方案1】:

    iirc hinted_handoff_throttle_delay_in_ms 是 Cassandra 1.1 中的设置,已在 Cassandra 1.2 中删除,因此您可能需要编辑 conf 文件 (cassandra.yaml) 并删除此设置。

    【讨论】:

      猜你喜欢
      • 2016-02-04
      • 2019-02-14
      • 1970-01-01
      • 1970-01-01
      • 2021-11-20
      • 1970-01-01
      • 2019-06-03
      • 2016-03-10
      相关资源
      最近更新 更多