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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 18:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 18:09:58 +0300
commitd8877c12347443fa02e0ba53ad8d5cd318f6fa28 (patch)
treebe066b259837e82a5ca51b3f8feb3285594d8f66 /data
parent97feef1f73fd0a3237d1a2aef4e977e7e27ecace (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-8-deprecate-pg_schema-backup-setting.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/deprecations/16-8-deprecate-pg_schema-backup-setting.yml b/data/deprecations/16-8-deprecate-pg_schema-backup-setting.yml
new file mode 100644
index 00000000000..4edb2c8fde2
--- /dev/null
+++ b/data/deprecations/16-8-deprecate-pg_schema-backup-setting.yml
@@ -0,0 +1,14 @@
+- title: "Support for setting custom schema for backup is deprecated"
+ announcement_milestone: "16.8"
+ removal_milestone: "17.0"
+ breaking_change: true
+ reporter: sranasinghe
+ stage: core platform
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/435210
+ body: |
+ You could configure GitLab to use a custom schema for backup, by setting
+ `gitlab_rails['backup_pg_schema'] = '<schema_name>'` in `/etc/gitlab/gitlab.rb` for Linux package installations,
+ or by editing `config/gitlab.yml` for self-compiled installations.
+
+ While the configuration setting was available, it had no effect and did not serve the purpose it was intended.
+ This configuration setting will be removed in GitLab 17.0.