-
Notifications
You must be signed in to change notification settings - Fork 240
Admin user not created with centreon-web 2.8.17 (fresh install) #6078
Comments
Well i've solved this issue :-) We use Percona Mysql 5.6 cluster in order to have redundancy. By default, the mysql configuration has an increment feature that protect multi INSERT (wsrep_auto_increment_control). As a result, the timeperiod table has different id for each row And the creation of the admin user failed because by default it uses the id 1: mysql> INSERT INTO It we disable the wsrep_auto_increment_control feature, the installation process is now OK and the admin user is created. Maybe it's not a bug but it can be better if the installation process get the IDs in the database, not hard-coded in the INSERT request ? |
Thank you for your feedback. It may help other user. Regards, |
Hello,
We are doing a fresh install of Centreon on CentOS7, using last version of packages and the documentation. Everything is OK during the install but the login on UI doesn't work.
EDIT: SOLVED ! (look at my next post)
It looks like we don't have this issue on centreon web 2.8.16 (our PoC installed few weeks/months ago)
BUG REPORT INFORMATION
Centreon Web version:
2.8.17
Centreon Engine version:
1.8.1
Centreon Broker version:
3.0.12
OS:
CentOS 7
Steps to reproduce the issue:
Describe the results you received:
"Your credentials are incorrect." on UI, no admin user created on DB
Describe the results you expected:
Successful login on Centreon UI, maybe?
Additional information you think important (e.g. issue happens only occasionally):
The last step of the install is OK, centreon and centreon_storage databases are created with all the tables but no contact in it
mysql> select * from contact;
Empty set (0.00 sec)
mysql> select * from contact where contact_alias = 'admin';
Empty set (0.00 sec)
I think we can't install the previous version of centreon with YUM (dependencies issues)
The text was updated successfully, but these errors were encountered: