Refs #8140: MariaDB Server Deploy - Role WIP - Some comments.
This commit is contained in:
parent
a0870b248a
commit
7d4843d8d0
|
@ -1,5 +1,5 @@
|
|||
# Revisar /root/scripts/check-memory.sh --> No es óptimo hacer lo que hace ese programa
|
||||
# Revisar la tarea del cron tambien /root/scripts/scheduler-log.sh
|
||||
# Review /root/scripts/check-memory.sh --> It's not optimal to do what this program does
|
||||
# Also review the cron task /root/scripts/scheduler-log.sh
|
||||
|
||||
- name: Ensure Install requirements for MariaDB repository setup script
|
||||
apt:
|
||||
|
@ -98,3 +98,12 @@
|
|||
with_fileglob:
|
||||
- "files/z9*.cnf"
|
||||
notify: restart-mariadb
|
||||
|
||||
- name: Reminder to check mount points
|
||||
debug:
|
||||
msg: |
|
||||
Remember to check the following mount points:
|
||||
- /var/lib/mysql
|
||||
- /mnt/mysqlbin
|
||||
- /mnt/local-backup
|
||||
Make sure they are correctly configured and accessible.
|
||||
|
|
Loading…
Reference in New Issue