Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
729e5e52
Commit
729e5e52
authored
Mar 15, 2020
by
Jelle van der Waa
🚧
Browse files
borg-client: xtrabackup has been removed on all servers
Remove the leftover artifact from the time we used xtrabackup.
parent
05b3c5c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/borg-client/tasks/main.yml
View file @
729e5e52
...
...
@@ -53,10 +53,6 @@
file
:
path={{ mysql_backup_dir }} state=directory owner=root group=root
when
:
mysql_backup_dir is defined
-
name
:
remove xtrabackup, mariadb ships its own fork
pacman
:
name=xtrabackup state=absent
when
:
mysql_backup_dir is defined
-
name
:
install systemd timer and service for backup
template
:
src={{ item }}.j2 dest=/etc/systemd/system/{{ item }} owner=root group=root mode=0644
with_items
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment