@@ -188,3 +188,13 @@ Then carry out the following steps:
...
@@ -188,3 +188,13 @@ Then carry out the following steps:
1.**Verify `/opt/gitlab-migration/bin/verify-failover-config`**: You should receive a message indicating success
1.**Verify `/opt/gitlab-migration/bin/verify-failover-config`**: You should receive a message indicating success
1.**Setup the workflow issues**": Run `/opt/gitlab-migration/bin/start-failover-procedure.sh`. This will setup several issues in the issue tracker for performing the checks, failover, tests, etc.
1.**Setup the workflow issues**": Run `/opt/gitlab-migration/bin/start-failover-procedure.sh`. This will setup several issues in the issue tracker for performing the checks, failover, tests, etc.
* Any variables in the template in the format `__VARIABLE__` will be substituted with their values from the `bin/source_vars` file, saving manual effort.
* Any variables in the template in the format `__VARIABLE__` will be substituted with their values from the `bin/source_vars` file, saving manual effort.
### Migration scripts
1. Prepare file `env_<environment>` pointing environment variables to correct hosts.
1. Steps scripts are mapped in file `steps_<role>` in order of execution (To define failback steps just add `_failback` suffix to the role)
1. To run the runbook script menu use the `migration` script: