Fix backup directory for multinode script as well

This commit is contained in:
Micke Nordin 2023-09-12 16:37:36 +02:00
parent 631f3616c6
commit 6d33b53a92
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -6,7 +6,7 @@ sleep $((16#$(ip a | grep "link/ether" | head -1 | awk -F ':' '{print $6}' | awk
number_of_full_to_keep=7
backup="multinode-db1.$(hostname -d)"
remote_backup_dir="/etc/mariadb/backups"
backup_dir="/opt/backups"
backup_dir="/opt/backups/multinode"
bucket="db-backups-multinode"
mirror="common-<%= @environment %>-mirror"
echo "Backing up all databases for for multinode customer"