Welcome to mirror list, hosted at ThFree Co, Russian Federation.

remove-sql-elector.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a306569d9ff96458dcd21765f722634a91afef6 (plain)
1
2
3
4
5
6
7
8
9
10
- name: "Gitaly Cluster SQL primary elector"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: mjwood
  breaking_change: true
  body: |
    Now that Praefect supports a [primary election strategy](https://docs.gitlab.com/ee/administration/gitaly/praefect.html#repository-specific-primary-nodes) for each repository, we have removed the `sql` election strategy.
    The `per_repository` election strategy is the new default, which is automatically used if no election strategy was specified.

    If you had configured the `sql` election strategy, you must follow the [migration instructions](https://docs.gitlab.com/ee/administration/gitaly/praefect.html#migrate-to-repository-specific-primary-gitaly-nodes) before upgrading to 14.0.