Skip to content

Ensure pg_rewind will be used and won't fail for Patroni

Hossein Pursultani requested to merge 5746-pg-rewind-patroni-fix into master

What does this MR do?

This MR ensures that:

  1. For Patroni settings that can be defined in both patroni.yaml and DCS, Omnibus first updates the DCS and the reloads Patroni service. This will ensure that and attribute such as use_pg_rewind will be properly reflected in cluster config.
  2. Change file mode for server.crt and server.key to 0600 when patroni['use_pg_rewind'] = true to ensure that pg_rewind will not fail. For more details see: https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/5842#note_128209929

Related issues

Part of #5746 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for the GitLab Chart opened
Edited by DJ Mountney

Merge request reports