summaryrefslogtreecommitdiff
path: root/data/removals/15_0/15-0-database-deprecate-legacy-database-conf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/15_0/15-0-database-deprecate-legacy-database-conf.yml')
-rw-r--r--data/removals/15_0/15-0-database-deprecate-legacy-database-conf.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-database-deprecate-legacy-database-conf.yml b/data/removals/15_0/15-0-database-deprecate-legacy-database-conf.yml
new file mode 100644
index 00000000000..c9c64de7aff
--- /dev/null
+++ b/data/removals/15_0/15-0-database-deprecate-legacy-database-conf.yml
@@ -0,0 +1,17 @@
+- name: "Support for legacy format of `config/database.yml` removed"
+ 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