Hi,
On my first setup of Galera and the tutorial video refer to the CNF file in /etc/my.cnf.d/server.cnf
I do not have this directory or file, instead I have these files : /etc/mysql/mariadb.conf.d
-rw-r--r-- 1 root root 577 Nov 10 13:14 50-client.cnf
-rw-r--r-- 1 root root 231 Nov 10 13:14 50-mysql-clients.cnf
-rw-r--r-- 1 root root 927 Nov 10 13:14 50-mysqld_safe.cnf
-rw-r--r-- 1 root root 3635 Nov 10 13:14 50-server.cnf
-rw-r--r-- 1 root root 494 Nov 10 13:14 60-galera.cnf
drwxr-xr-x 2 root root 4096 Jan 20 14:04 99-enable-encryption.cnf.preset
I am using Ubuntu 20.04 server and latest version of Galera MariaDB - has this changed or is it due to that I use Ubuntu and not CentOS?
and in my case should I use 50-server.cnf for the mysqld changes and the file 60-galera.cnf for the galera configurations that is mentioned in the video?