summaryrefslogtreecommitdiff
path: root/data/deprecations/15-9-database-single-database-connection-conf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-9-database-single-database-connection-conf.yml')
-rw-r--r--data/deprecations/15-9-database-single-database-connection-conf.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/deprecations/15-9-database-single-database-connection-conf.yml b/data/deprecations/15-9-database-single-database-connection-conf.yml
new file mode 100644
index 00000000000..c7d59e860ca
--- /dev/null
+++ b/data/deprecations/15-9-database-single-database-connection-conf.yml
@@ -0,0 +1,17 @@
+- title: "Single database connection is deprecated"
+ announcement_milestone: "15.9"
+ removal_milestone: "17.0"
+ breaking_change: true
+ reporter: tkuah
+ stage: Enablement
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/387898
+ body: |
+ Previously, [GitLab's database](https://docs.gitlab.com/omnibus/settings/database.html)
+ configuration had a single `main:` section. This is being deprecated. The new
+ configuration has both a `main:` and a `ci:` section.
+
+ This deprecation affects users compiling GitLab from source, who will need
+ to [add the `ci:` section](https://docs.gitlab.com/ee/install/installation.html#configure-gitlab-db-settings).
+ Omnibus, the Helm chart, and Operator will handle this configuration
+ automatically from GitLab 16.0 onwards.
+ documentation_url: https://docs.gitlab.com/ee/install/installation.html#configure-gitlab-db-settings