We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The schema_load_icingaweb2_mysql and schema_load_icingaweb2_pgsql commands do not check for the node['icingaweb2']['web2_db']['load_schema']
The text was updated successfully, but these errors were encountered:
@jgeorge300 Thank you for reporting! Will look into it.
Sorry, something went wrong.
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
vkhatri
No branches or pull requests
The schema_load_icingaweb2_mysql and schema_load_icingaweb2_pgsql commands do not check for the node['icingaweb2']['web2_db']['load_schema']
The text was updated successfully, but these errors were encountered: