marklogic - "purge-journal-archiving"设置在哪里?

标签 marklogic marklogic-9

我正在尝试在 MarkLogic 中设置带有日志归档的增量备份,但我很难在管理界面中找到“purge-journal-archiving”设置。为了进行此设置,“purge-journal-archiving”需要设置为“true”。我已检查数据库的配置页面,在设置备份时没有任何内容可以指定。我不知道我是否在某个地方遗漏了一些东西。我需要通过 Rest API 调用它吗?

相关文档没有提供关于在哪里进行更改的明确指示。

Incremental Backup with Journal Archiving

Incremental backup improves restore both time and space requirements over journal archiving, but it's not an either/or decision. You can, and should, use both where appropriate. If your goal is to be able to restore to any arbitrary point in time, while minimizing potential data loss, we suggest the following:

  1. Configure a scheduled full backup at some coarse granularity (for example, weekly) and enable journal archiving
  2. Configure a scheduled incremental backup as some finer granularity (for example, hourly), and specify purge-journal-archiving=true.
  3. Set retain until backup on the database Merge Policy so that deleted fragments are retained until they have been included in an incremental backup. See Setting Merge Policy or admin:database-set-retain-until-backup for details.

最佳答案

我在用户界面中找不到清除日志存档设置。我认为一旦您选择了数据库,它就会出现在“计划备份”页面上,但在那里找不到它。

还有一些其他方法可以更改此设置。

关于marklogic - "purge-journal-archiving"设置在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51827799/

相关文章:

javascript - 在单个查询中选择文档的几个元素

scheduled-tasks - 无法从 CPF 操作模块内创建 MarkLogic 计划任务

javascript - 如何在MarkLogic中制作动态搜索应用程序?

marklogic - 用于在 MarkLogic 中搜索文档属性的节点代码

java - 使用 java 的 marklogic 中的方面

search - 使用范围索引比较来自同一片段的元素值

marklogic - 如何授予http ://marklogic. com/xdmp/privileges/get-role权限?

xquery - 不存在锁时收到 XDMP-LOCKED 错误

database - 如何完全删除 MarkLogic 数据库及其服务器和林?

xquery - 执行 xdmp :node-replace() for a sequence of elements and replace that with one element