Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper Configuration of Single Instance DBs after Deletion of Sync Standbies #577

Merged
merged 31 commits into from
Aug 27, 2024

Commits on Jul 12, 2024

  1. Double check config

    eberlep committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ea3d308 View commit details
    Browse the repository at this point in the history
  2. Logging

    eberlep committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    59c5021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ca8db View commit details
    Browse the repository at this point in the history
  4. Check for new value

    eberlep committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4ecb5f5 View commit details
    Browse the repository at this point in the history
  5. Revert "Especially double check when bootstrapping"

    This reverts commit f1ca8db.
    eberlep committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    054ba69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d3ca54 View commit details
    Browse the repository at this point in the history
  7. Revert "Check for new value"

    This reverts commit 4ecb5f5.
    eberlep committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7b86f4c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fetch and use the actual postgres cluster name as application_name fo…

    …r. This resolves some issues when using sync replication.
    eberlep committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fd79457 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    2c215f1 View commit details
    Browse the repository at this point in the history
  2. make linter happy

    eberlep committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    194b466 View commit details
    Browse the repository at this point in the history
  3. Simplify

    eberlep committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8b76805 View commit details
    Browse the repository at this point in the history
  4. logging

    eberlep committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d9920c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix typos

    eberlep committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    827fe9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715a61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6575b87 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Logging

    eberlep committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    030c0d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Also patch patroni in single instance mode

    (to ensure proper cleanup after a sync standby has been deleted)
    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4b4816e View commit details
    Browse the repository at this point in the history
  2. Debug logging

    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e5aff3d View commit details
    Browse the repository at this point in the history
  3. More precise nil

    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    77864cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f9402d View commit details
    Browse the repository at this point in the history
  5. Some more debug logging

    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    97bf6dd View commit details
    Browse the repository at this point in the history
  6. Additional check

    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b74e827 View commit details
    Browse the repository at this point in the history
  7. Logging

    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d3ea714 View commit details
    Browse the repository at this point in the history
  8. Back to default nil

    eberlep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5143709 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    199f9e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Check return code

    eberlep committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dd2b79c View commit details
    Browse the repository at this point in the history
  2. Additional nil check

    eberlep committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    273e30c View commit details
    Browse the repository at this point in the history
  3. Make (updated) linter happy

    eberlep committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d28c909 View commit details
    Browse the repository at this point in the history
  4. Revert "Additional nil check"

    This reverts commit 273e30c.
    eberlep committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6ff4738 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    5822854 View commit details
    Browse the repository at this point in the history
  2. Reapply "Additional nil check"

    This reverts commit 6ff4738.
    eberlep committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4034dee View commit details
    Browse the repository at this point in the history