sunetdrive/templates/mariadb/credentials.cnf.erb

14 lines
310 B
Plaintext
Raw Permalink Normal View History

2023-02-13 09:44:56 +00:00
[mysqld]
wsrep_sst_auth = "backup:<%= @backup_password %>"
[mariabackup]
user = backup
password = '<%= @backup_password %>'
[mysqldump]
user = backup
password = '<%= @backup_password %>'
[mysql_backup]
user = backup
password = '<%= @backup_password %>'