Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab
GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 23,569
    • Issues 23,569
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 818
    • Merge Requests 818
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Packages
    • Packages
    • Container Registry
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #12555

Closed
Open
Opened Jul 02, 2019 by Mark Chao@lulalala
  • Report abuse
  • New issue
Report abuse New issue

[Elasticsearch] schema versions table

A continuation of https://gitlab.com/gitlab-org/gitlab-ee/issues/328

After converting ActiveModel related search modules in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14428, we need to create database table to store a list of schema versions. A rough proposal would be the following:

  • friendly name
  • index_name (e.g. "gitlab-development-V12p1")
  • url
  • aws region
  • aws access key
  • aws secret key
  • version (e.g. 'V12p1')
  • number of shards
  • number of replicas
  • read (boolean, and only one row can be true)

Then we modify Elastic::ProxyUtil to initiate proxies from these settings.

Edited Aug 15, 2019 by Mark Chao

Related issues

  • Discussion
  • Designs
Assignee
Assign to
12.4
Milestone
12.4
Assign milestone
Time tracking
None
Due date
None
11
Labels
Category:Search Create [DEPRECATED] Deliverable Enterprise Edition backend devops::enablement elasticsearch group::search missed-deliverable missed:12.3 workflow::verification
Assign labels
  • View project labels
Reference: gitlab-org/gitlab#12555