我们可以从不同 OS 创建的备份中恢复吗?
Can we restore from backups which created from different OS?
是否supported/possible从备份恢复数据库,
哪个是从安装在不同 OS 版本的 MarkLogic 创建的?
甚至不同 OS?
(例如 - 从 RHEL6 创建备份,在 RHEL7 上恢复 ML。
-从 CentOS 创建备份,在 Windows 服务器上恢复 ML。)
不同的 OS 版本,是的(通常)。不同OS,没有。
如果您需要 backup/restore 跨 OSes,请使用 MLCP 之类的东西将数据库导出为通用存档格式。然后您仍然需要处理数据库配置,其中一些可以使用 Configuration Manager 处理。要迁移安全性以及 Configuration Manager 未处理的任何其他设置,请查看 ml-gradle.
backup/restore 的文档在他们的开发者文档中:https://docs.marklogic.com/guide/admin/backup_restore
The backup files are platform specific--backups on a given platform should only be restored onto the same platform. This is true for both database and forest backups.
是否supported/possible从备份恢复数据库, 哪个是从安装在不同 OS 版本的 MarkLogic 创建的? 甚至不同 OS? (例如 - 从 RHEL6 创建备份,在 RHEL7 上恢复 ML。 -从 CentOS 创建备份,在 Windows 服务器上恢复 ML。)
不同的 OS 版本,是的(通常)。不同OS,没有。
如果您需要 backup/restore 跨 OSes,请使用 MLCP 之类的东西将数据库导出为通用存档格式。然后您仍然需要处理数据库配置,其中一些可以使用 Configuration Manager 处理。要迁移安全性以及 Configuration Manager 未处理的任何其他设置,请查看 ml-gradle.
backup/restore 的文档在他们的开发者文档中:https://docs.marklogic.com/guide/admin/backup_restore
The backup files are platform specific--backups on a given platform should only be restored onto the same platform. This is true for both database and forest backups.