Fix backup directory for multinode script as well
This commit is contained in:
parent
631f3616c6
commit
6d33b53a92
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ sleep $((16#$(ip a | grep "link/ether" | head -1 | awk -F ':' '{print $6}' | awk
|
||||||
number_of_full_to_keep=7
|
number_of_full_to_keep=7
|
||||||
backup="multinode-db1.$(hostname -d)"
|
backup="multinode-db1.$(hostname -d)"
|
||||||
remote_backup_dir="/etc/mariadb/backups"
|
remote_backup_dir="/etc/mariadb/backups"
|
||||||
backup_dir="/opt/backups"
|
backup_dir="/opt/backups/multinode"
|
||||||
bucket="db-backups-multinode"
|
bucket="db-backups-multinode"
|
||||||
mirror="common-<%= @environment %>-mirror"
|
mirror="common-<%= @environment %>-mirror"
|
||||||
echo "Backing up all databases for for multinode customer"
|
echo "Backing up all databases for for multinode customer"
|
||||||
|
|
Loading…
Add table
Reference in a new issue