Welcome to Centmin Mod Community
Become a Member

Wordpress Disable WP-CLI Auto Update cronjob ?

Discussion in 'Blogs & CMS usage' started by Nitin, May 13, 2018.

  1. Nitin

    Nitin New Member

    24
    4
    3
    Apr 30, 2018
    Ratings:
    +4
    Local Time:
    8:34 PM
    @eva2000 how to stop wp-cli auto update. I want to manually update selected plugins and wordpress version when it is compatible to all plugins?


    Where to turn of the cronjob. Can find?
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,904
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:04 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    use crontab -l to view current cronjobs and crontab -e command to invoke nano text editor see guide at HowTo: Add Jobs To cron Under Linux or UNIX?

    example of out of box centmin mod setup cronjobs excluding wordpress wp-cli
    Code (Text):
    crontab -l
    13 23 * * * /usr/local/src/centminmod/tools/autoprotect.sh >/dev/null 2>&1
    0 */4 * * * /usr/bin/cminfo_updater 2>/dev/null