Disabling MineMeld Auto Update

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.
L7 Applicator
0% helpful (0/1)

In a default config the minemeld-auto-update utility connects once per day to MineMeld auto update API to check if a new version of a MineMeld package has been released. If a new version is detected, the package is automatically downloaded and installed.

 

It is possible to prevent this by deleting the auto update cron job:

$ sudo rm -rf /etc/cron.daily/minemeld-auto-update

To reenable the auto update cron job, create the file  /etc/cron.daily/minemeld-auto-update with the following contents:

#!/bin/bash

/usr/sbin/minemeld-auto-update >> /var/log/minemeld-auto-update.log 2>&1

 and mark it as executable.

Rate this article:
Comments
L7 Applicator

And how can i enable it again? 

  • 8735 Views
  • 1 comments
  • 0 Likes
Register or Sign-in
Contributors
Labels
Article Dashboard
Version history
Last Updated:
‎10-24-2019 11:05 AM
Updated by:
Retired Member