8000 Remove `db_user_namespace` parameter for PostgreSQL 17 compatibility by ced455 · Pull Request #2571 · debops/debops · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove db_user_namespace parameter for PostgreSQL 17 compatibility #2571

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ced455
Copy link
@ced455 ced455 commented Jan 2, 2025

Description:

In PostgreSQL 17, the db_user_namespace parameter has been removed as it was a rarely used feature that simulated per-database users. This causes an error when the parameter is included in the postgresql.conf configuration file:

2025-01-02 08:24:55.191 GMT [7348] LOG:  unrecognized configuration parameter "db_user_namespace" in file "/etc/postgresql/17/main/postgresql.conf" line 54

This PR removes the db_user_namespace parameter from the Ansible collection to ensure compatibility with PostgreSQL 17.

Changes:

  1. Removed the db_user_namespace parameter from the PostgreSQL configuration template.
  2. Updated documentation to reflect this change and note that the parameter is no longer valid in PostgreSQL 17.

References:

Testing:

  • Verified that the configuration file is generated correctly without the db_user_namespace parameter.
  • Tested the playbook against PostgreSQL 17 to ensure no errors related to this parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0