Skip to main content
Solved

Create External BBDD with SQL

  • December 29, 2022
  • 2 replies
  • 100 views

Forum|alt.badge.img+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)

Best answer by christophe.niel-ACT

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

2 replies

Forum|alt.badge.img+17

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


Forum|alt.badge.img+8
  • Author
  • Builder *
  • January 3, 2023

Hello,

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

 

Thank you!