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

[DPE-6033] Preload shared libs on normal PG start #774

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Nov 15, 2024

Issue

psycopg errors out after upgrade due to shared_preload_libraries directive missing in Patroni's postgresql.parameters config

Solution

  • Add shared_preload_librariestopostgresql.parameters` config
  • Add resources to primary label upgrade tests

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.46%. Comparing base (c5e6100) to head (c50343a).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #774   +/-   ##
=======================================
  Coverage   75.46%   75.46%           
=======================================
  Files          12       12           
  Lines        3118     3118           
  Branches      476      476           
=======================================
  Hits         2353     2353           
  Misses        622      622           
  Partials      143      143           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@dragomirp dragomirp marked this pull request as ready for review November 15, 2024 18:57
@dragomirp dragomirp requested review from a team, taurus-forever, marceloneppel and lucasgameiroborges and removed request for a team November 15, 2024 18:57
templates/patroni.yml.j2 Show resolved Hide resolved
@dragomirp dragomirp merged commit 7903d93 into main Nov 19, 2024
111 checks passed
@dragomirp dragomirp deleted the dpe-6033-preload-libs branch November 19, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants