-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Documentation - All
-
None
-
1
Problem Definition
In Alternative Disaster Recovery Guide for Jira, we have provided the following steps for failover:
Step 1. Fail over to the standby instance
The basic steps to failover to the standby instance are:
- Ensure your live system is shutdown and no longer updating the database.
- Ensure that the directory <yourjirahome>/old does not exist on the standby instance.
- Perform whatever steps are required to activate your standby database.
- Start Jira in the standby instance.
- Wait for Jira to start and check it is operating as expected.
- Update your DNS, HTTP Proxy or other front end devices to route traffic to your standby server.
The steps above is missing the instruction to either restore the indexsnapshot manually or to use the "disaster.recovery=true." parameter while starting Jira (which will trigger automatic index restoration).
Suggested Solution
Update the documentation and include the following step as step #2 in Step 1. Fail over to the standby instance:
Start Jira in Disaster Recovery mode, by starting it with the following parameter: disaster.recovery=true.
This should trigger automatic index recovery mechanism to kick in when the node is started during failover.
- mentioned in
-
Page Loading...