Automate applying configuration via cron #187
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Is there any way to auto apply the new configuration on a server? Normally we would write an Ansible playbook for it but given that the Y confirmation is needed with the /bin/bash /opt/releem/mysqlconfigurer.sh -a that isn’t possible. Do you have any suggestions? |
Beta Was this translation helpful? Give feedback.
-
We’ve added new command to apply configuration:
Releem Agent is now equipped with an automatic rollback function. This means if any issues arise while applying a new configuration, Releem will smartly revert to the previous configuration. |
Beta Was this translation helpful? Give feedback.
-
Is there a one-line command I can run to auto apply the rules > restart mysql > rollback if failed?
I would like to automate this process once a week via cronjob
Beta Was this translation helpful? Give feedback.
All reactions