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

16-8-deprecate-pg_schema-backup-setting.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4edb2c8fde2b059cc202650dc521385febe97b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.