-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update "Disaster recovery for WAN-federated datacenters" #22834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
I'll need to give this a second review before approving, but please implement these suggestions in the meantime!
website/content/docs/manage/disaster-recovery/disaster-preparation.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/manage/disaster-recovery/disaster-preparation.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/manage/disaster-recovery/disaster-preparation.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/manage/disaster-recovery/disaster-preparation.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/manage/disaster-recovery/restore-primary.mdx
Outdated
Show resolved
Hide resolved
website/content/docs/manage/disaster-recovery/restore-primary.mdx
Outdated
Show resolved
Hide resolved
|
||
## Restore and validate federation | ||
|
||
If you have a federated environment, after the primary datacenter restore it is possible that the IP addresses of the Consul server agents changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have a federated environment, after the primary datacenter restore it is possible that the IP addresses of the Consul server agents changed. | |
If you have a federated environment, it is possible that the IP addresses of the Consul server agents changed when the primary datacenter was restored. |
|
||
If you have a federated environment, after the primary datacenter restore it is possible that the IP addresses of the Consul server agents changed. | ||
|
||
Depending on the configuration of your secondary datacenters' server agents, you might need to re-establish federation by updating the server configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depending on the configuration of your secondary datacenters' server agents, you might need to re-establish federation by updating the server configuration. | |
Depending on how you configured the server agents in your secondary datacenter, you may need to re-establish federation by updating the secondary datacenter configurations as well. |
|
||
Depending on the configuration of your secondary datacenters' server agents, you might need to re-establish federation by updating the server configuration. | ||
|
||
Refer to [Loss of federation due to primary datacenter restore.](/consul/docs/manage/disaster-recovery/restore-federated#loss-of-federation-due-to-primary-datacenter-restore) for more information on this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to [Loss of federation due to primary datacenter restore.](/consul/docs/manage/disaster-recovery/restore-federated#loss-of-federation-due-to-primary-datacenter-restore) for more information on this. | |
For more information, refer to [Loss of federation due to primary datacenter restore](/consul/docs/manage/disaster-recovery/restore-federated#loss-of-federation-due-to-primary-datacenter-restore). |
Co-authored-by: Jeff Boruszak <[email protected]>
Co-authored-by: Jeff Boruszak <[email protected]>
Co-authored-by: Jeff Boruszak <[email protected]>
Description
Update "Disaster recovery for WAN-federated datacenters" https://hashicorp.atlassian.net/browse/CE-921
This started as a simple update of the content of a single page but, it became a full restructure of the whole
manage/disaster-recovery
content trying to rationalize the content and remove duplicated steps or concepts.Preview
https://consul-git-CE-921-hashicorp.vercel.app/consul/docs/manage/disaster-recovery
Conflicts
This content supersedes the one in #22756 that, in my opinion should be closed.