amuehlem / MISP-RPM

RPM packages for MISP
32 stars 14 forks source link

Installing MISP without the MariaDB dependency #93

Closed highpingblorg closed 2 months ago

highpingblorg commented 4 months ago

Current MISP RPM installation requires local MariaDB, limiting use cases with remote MySQL databases.

Proposal: Make MariaDB dependency optional for more deployment flexibility.

Benefits:

amuehlem commented 4 months ago

Hi

Thank you for this proposition. I'll check what I can separate from the installation, some MariaDB libraries might still necessary on the MISP server, but the DB could definitively be installed on a different host.

amuehlem commented 3 months ago

Hi

I've checked and tested the setup and the next release 2.4.193 will not have the dependency built into the RPM. I'll adjust the Install docs accordingly.