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

15-0-database-deprecate-legacy-database-conf.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37595f8808dc833a321a13afea2e2577272bdafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- name: "Support for legacy format of `config/database.yml`"
  announcement_milestone: "14.3"
  announcement_date: "2021-09-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"  # the date of the milestone release when this feature is planned to be removed
  breaking_change: true
  body: |
    The syntax of [GitLab's database](https://docs.gitlab.com/omnibus/settings/database.html)
    configuration located in `database.yml` has changed and the legacy format has been removed.
    The legacy format supported a single PostgreSQL adapter, whereas the new format supports multiple databases.
    The `main:` database needs to be defined as a first configuration item.

    This change only impacts users compiling GitLab from source, all the other installation methods handle this configuration automatically.
    Instructions are available [in the source update documentation](https://docs.gitlab.com/ee/update/upgrading_from_source.html#new-configuration-options-for-databaseyml).
  stage: Enablement
  tiers: [Core, Premium, Ultimate]
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/338182