Tweaks for DAG-related items.
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been cancelled
Validate DAGs / validate (push) Has been cancelled

This commit is contained in:
2025-09-13 21:01:56 -04:00
parent e158616bb7
commit d91cc14326
2 changed files with 3 additions and 3 deletions
@@ -21,7 +21,7 @@ steps:
script: |
for mdatabase in $(echo ${RINOA_MADB_LIST}) ; do
mkdir -p ${mdatabase}
mariadb_dump --user=root --password"${MARIADB_ROOT_PASSWORD}" --databases ${madb} > ${mdatabase}/dump-$(date +%Y%m%d)_$(cat /proc/sys/kernel/random/uuid).sql
mariadb_dump --user=root --password"${MARIADB_ROOT_PASSWORD}" --databases ${madb} > ${mdatabase}/dump-$(date +%Y%m%d)-$(cat /proc/sys/kernel/random/uuid).sql
done
- name: db-backup-cleanup