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

define postgresql_privs due to priv deprecated in postgresql_user module | Zabbix Proxy #1215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mmayabi
Copy link

@mmayabi mmayabi commented Apr 23, 2024

SUMMARY

When installing Zabbix Proxy with PostgreSQL, due to the deprecation of the "priv" parameter in the "community.postgresql.postgresql_user" module, the required permissions for "zabbix_proxy" are not defined. As a result, the schema import to the database is not performed.
For this reason, the "priv" parameter has been removed, and a new task is defined using the "community.postgresql.postgresql_privs" module.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

PostgreSQL | GRANT ALL PRIVILEGES ON SCHEMA public TO zabbix_proxy user

ADDITIONAL INFORMATION

Tested on PostgreSQL 15.5 (Delegated)


@mmayabi mmayabi changed the title define postgresql_privs due to priv deprecated in postgresql_user module define postgresql_privs due to priv deprecated in postgresql_user module | Zabbix Proxy Apr 23, 2024
@loricvdt
Copy link
Contributor

Seems related to #928

@pyrodie18
Copy link
Collaborator

@mmayabi check your tests....they are failing.

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.

None yet

3 participants