refs #8414 - modify maribackup config files and templates #56

Merged
xavi merged 17 commits from 8414_MariaDBBackup_custom_environment into main 2025-01-30 07:05:02 +00:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 73a32dd8e6 - Show all commits

View File

@ -2,7 +2,7 @@
systemd:
name: chrony
state: restarted
- name: reload systemd
- name: reload-systemd
command:
cmd: systemctl daemon-reload
- name: restart-mariadb

View File

@ -48,7 +48,7 @@
group: root
mode: "{{ item.mode }}"
loop: "{{ required_files_and_mariabackup_files_and_root_scripts }}"
notify: reload systemd
notify: reload-systemd
- name: Add tmpfs in /etc/fstab
blockinfile:
@ -129,11 +129,14 @@
- name: Set MariaDB local configuration file for Test-DB-DEV
copy:
src: files/mariabackuptest_dev/*
src: "{{ item }}"
dest: /root/mariabackup/
owner: root
group: root
mode: u=rw,g=r,o=r
with_items:
- "mariabackuptest_dev/apply.sql"
- "mariabackuptest_dev/bacula-after.sh"
- name: Reminder to check mount points environment Test-DB-DEV
debug: