Fix postgresql['dir'] references in geo commands
- Make replication commands respect postgresql['dir'] - Make promote_db commands respect postgresql['dir'] - Remove dependency on data path from version check in GitlabCtl::PostgreSQL Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3524 Changelog: fixed
parent
d5574032
No related branches found
No related tags found
Showing
- changelogs/unreleased/3524-fix_postgresql_dir_reference.yml 5 additions, 0 deletionschangelogs/unreleased/3524-fix_postgresql_dir_reference.yml
- files/gitlab-ctl-commands-ee/lib/geo/promote_db.rb 13 additions, 6 deletionsfiles/gitlab-ctl-commands-ee/lib/geo/promote_db.rb
- files/gitlab-ctl-commands-ee/lib/geo/replication.rb 14 additions, 13 deletionsfiles/gitlab-ctl-commands-ee/lib/geo/replication.rb
- files/gitlab-ctl-commands/lib/postgresql.rb 4 additions, 2 deletionsfiles/gitlab-ctl-commands/lib/postgresql.rb
- spec/gitlab-ctl-commands-ee/lib/geo/promote_db_spec.rb 10 additions, 1 deletionspec/gitlab-ctl-commands-ee/lib/geo/promote_db_spec.rb
- spec/gitlab-ctl-commands-ee/lib/geo/replication_spec.rb 12 additions, 3 deletionsspec/gitlab-ctl-commands-ee/lib/geo/replication_spec.rb
- spec/gitlab-ctl-commands/lib/postgresql_spec.rb 12 additions, 2 deletionsspec/gitlab-ctl-commands/lib/postgresql_spec.rb
Please register or sign in to comment