Compare commits

..

No commits in common. "812a56cf990a5c2e9f4715423a41173dcb84c560" and "bff0aff8234fd407f7301b9551c50a05a44d7595" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
result="$(docker exec -u root mariadb_backup_mariadb_backup_1 mysql -p<%= @mysql_root_password %> -BN -e 'show status like "slave_running"')"
result="$(docker exec mariadb_backup_mariadb_backup_1 mysql -p<%= @mysql_root_password %> -BN -e 'show status like "slave_running"')"
if [[ "${result}" == "Slave_running ON" ]]; then
echo "OK: Replica running"
exit 0

View file

@ -15,7 +15,6 @@ services:
- <%= @nextcloud_log_path %>:/var/www/html/data/nextcloud.log
- <%= @audit_log_path %>:/var/www/html/data/audit.log
- <%= @rclone_conf_path %>:/rclone.conf
networks:
- default
- proxysql_proxysql