sunetdrive/templates/mariadb/size-test.erb

4 lines
133 B
Text
Raw Normal View History

2023-02-13 10:44:56 +01:00
#!/bin/bash
docker exec mariadb_db_1 mysql -u root -p'<%= @mysql_root_password %>' -N -B -e "show status like 'wsrep_cluster_size'"