Solved

Create External BBDD with SQL

  • 29 December 2022
  • 2 replies
  • 75 views

Userlevel 2
Badge +8

I am trying to implement HA, and I want the central server and central server 2 to store their data in an external, shared database.

I have tried to make the connection to a SQL server and I get there but I get "MYSQL server has gone away",. I think this is because I am using a SQL server and not MYSQL, is this what is stopping it from working? 

Has anyone done or knows if it is possible to do what I am asking?
Thank you very much

Translated with www.DeepL.com/Translator (free version)

icon

Best answer by christophe.niel-ACT 29 December 2022, 16:14

View original

2 replies

Userlevel 5
Badge +14

Hello

you need MariaDB 10.5 to run centreon central Prerequisites | Centreon Documentation :

Centreon supports MariaDB. You can use another DBMS based on MySQL, but it will only be supported by the community.

 

if you want HA you should implement a MariaDB as an active passive logshipping “cluster” 

Centreon-HA Overview | Centreon Documentation

Userlevel 2
Badge +8

Hello,

I was trying to find a way to use SQL but I see from your answer, that it is not possible.

 

Thank you!

Reply