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

schema_load_icingaweb2_* does not check the load_schema attribute #8

Open
jgeorge300 opened this issue Jan 16, 2018 · 2 comments
Open
Assignees
Labels

Comments

@jgeorge300
Copy link

The schema_load_icingaweb2_mysql and schema_load_icingaweb2_pgsql commands do not check for the node['icingaweb2']['web2_db']['load_schema']

@vkhatri vkhatri self-assigned this Jan 17, 2018
@vkhatri vkhatri added the bug label Jan 17, 2018
@vkhatri
Copy link
Member

vkhatri commented Jan 17, 2018

@jgeorge300 Thank you for reporting! Will look into it.

@kmf
Copy link

kmf commented May 18, 2018

mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW, INDEX, EXECUTE ON icingaweb2.* TO 'icingaweb2'@'localhost' IDENTIFIED BY 'icingaweb2';

This is problem is the DOCS ... don't have permission to CREATE tables in the DB

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

No branches or pull requests

3 participants