Open kitatek opened 5 years ago
mysql> GRANT ALL ON centreon.* TO 'centreon'@'adresseipserveurcentreon' IDENTIFIED BY 'password' ;
4/ Please note that for 'adresseipserveurcentreon'
,localhost and 127.0.0.1 behave differently on mysql (TCP/IP instead of socket connection, causing DB opening failure, maybe my problem, not sure yet): so please confirm where to fetch the right IP address in the SQL or configuration recovery files before this step, is it here in sql file:
`
INSERT INTO 'nagios_server' VALUES (1,'Central','1',1,1564942194,'127.0.0.1','1','0','centengine',NULL
`
5/
cannot access /etc/init.d/centstorage: No such file or directory
6/ Issues with the code in this procedure: can not copy lines with triple-click due to mysql prompt.
I think this might be what caused my problem: just one line failing in mysql procedure (create centreon_storage). Not seeing it due to long hours under stress during recovery. Resulting in centreon_storage tables inserted in centreon schema by mistake (I had to find a login command that worked, and that was to centreon schema...).
7/ No versioning offered in the published procedure: only latest is published, while every version is available on github.
Conclusion:
Thanks (for others readers) if you can have those glitches fixed (that's why I do NOT close the issue).
And for centreon which is overall a very good product !
Hi @kitatek which restore procedure du you used? From which Centreon version to which restore Centreon version?
Regards,
Hi @kitatek which restore procedure du you used?
Procedure is there: https://documentation.centreon.com/docs/centreon-backup/en/latest/Restore_of_Centreon_central_server_.html
From which Centreon version to which restore Centreon version?
See in my first message the output of: $ rpm -qa | grep centreon
Regards, Thanks.
Hi @kitatek which restore procedure du you used?
Procedure is there: https://documentation.centreon.com/docs/centreon-backup/en/latest/Restore_of_Centreon_central_server_.html
From which Centreon version to which restore Centreon version?
See in my first message the output of: $ rpm -qa | grep centreon
Regards, Thanks.
Actually I found v. 2.8.22 version number on the login screen.