algoo / galae

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
1 stars 1 forks source link

Provide a way to use an external MySQL database #1

Closed yvan-algoo closed 11 months ago

yvan-algoo commented 12 months ago

Summary

Using an external MySQL database would enhance flexibility.

Motivation

Database could be stored on a dedicated host, with appropriate hardware.

Additional context

No response

PhilippeAccorsi commented 11 months ago

Merged. Thanks Yvan :)

IGLOU-EU commented 11 months ago

About backward compatibility, in case anyone wanted to move from Mailcow to Galae ? Maybe can we smooth the code, make some global function to avoid redundant code and keep INET and SOCKET choice on the master config file ? :thinking:

yvan-algoo commented 11 months ago

Hi @IGLOU-EU

Ideally, allowing users to chose between socket and inet is a good thing. However the switch to inet needed to be done fast on our side, so we did not have the time to investigate on the complexity to implement this choice. Hopefully it can be done later!