Skip to content
代码片段 群组 项目
未验证 提交 8ae7a0f1 编辑于 作者: Russell Dickenson's avatar Russell Dickenson 提交者: GitLab
浏览文件

Merge branch 'docs/detail-how-to-retry-migrations' into 'master'

Detail how to retry Elastic migrations

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158012



Merged-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Co-authored-by: default avatarAnton Smith <asmith@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -678,10 +678,16 @@ To debug issues with the migrations, check the [`elasticsearch.log`](../../admin ...@@ -678,10 +678,16 @@ To debug issues with the migrations, check the [`elasticsearch.log`](../../admin
Some migrations are built with a retry limit. If the migration cannot finish within the retry limit, Some migrations are built with a retry limit. If the migration cannot finish within the retry limit,
it is halted and a notification is displayed in the advanced search integration settings. it is halted and a notification is displayed in the advanced search integration settings.
It is recommended to check the [`elasticsearch.log` file](../../administration/logs/index.md#elasticsearchlog) to It is recommended to check the [`elasticsearch.log` file](../../administration/logs/index.md#elasticsearchlog) to
debug why the migration was halted and make any changes before retrying the migration. Once you believe you've debug why the migration was halted and make any changes before retrying the migration.
fixed the cause of the failure, select "Retry migration", and the migration is scheduled to be retried
in the background. When you believe you've fixed the cause of the failure:
1. On the left sidebar, at the bottom, select **Admin Area**.
1. Select **Settings > Search**.
1. Expand **Advanced Search**.
1. Inside the **Elasticsearch migration halted** alert box, select **Retry migration**. The migration is scheduled to be retried in the background.
If you cannot get the migration to succeed, you may If you cannot get the migration to succeed, you may
consider the consider the
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册