简体   繁体   English

有没有办法将服务结构服务和应用程序恢复到与备份时不同的集群配置

[英]Is there a way to restore service fabric services and applications to a different cluster configuration than when it was backed up

The use case is when a node is unavailable for one reason or another, and the active processes on the partition need to be moved to another node, and have this be the case during a restore as well.用例是当一个节点由于某种原因不可用时,分区上的活动进程需要移动到另一个节点,并且在恢复期间也是如此。 From what I understand, the manual restore process has you restore each partition individually.据我了解,手动还原过程让您单独还原每个分区。 I have created a test where I removed a node from the cluster, and initiated a restore from an automated backup.我创建了一个测试,从集群中删除了一个节点,并从自动备份中启动了恢复。

Is there a way to change the name of the node that a partition is on?有没有办法更改分区所在节点的名称? Additionally, given the application definition exists on the cluster and the cluster can support that service configuration, is there a way to restore to a different cluster?此外,假设集群上存在应用程序定义并且集群可以支持该服务配置,是否有办法恢复到不同的集群?

Yes, a backup works on the level of a partition.是的,备份在分区级别进行。 The name of the node that runs the primary service replica for that partition is not important.为该分区运行主服务副本的节点的名称并不重要。

The amount of partitions on source and target needs to be equal.源和目标上的分区数量需要相等。

More info: here , here , and here更多信息: 这里这里这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM