Added galera

This commit is contained in:
YuruC3
2025-05-09 21:34:33 +02:00
parent b69e0082af
commit ab72d8074c
10 changed files with 253 additions and 0 deletions

20
Galera/README Normal file
View File

@@ -0,0 +1,20 @@
user for running script:
keepaliveddd
sudo adduser keepaliveddd
<SOME_SUPER_SECURE_PASSWORD>
#Galera nodes
'''
sudo apt install galera-4 mariadb-server
'''
#Load balancers
'''
sudo apt install keepalived nginx
'''
Of course change what needs to be changed in config files.