Skip to main content

Wordpress Toolkit Update Frequency

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey there! I wasn't able to find much in the documentation on my end either, so I've reached out to the development team and I'll get you an answer as soon as I hear back!
    0
  • zhongshan
    Well, the thing is Web Pros are now trying to squeeze it to the top and they decided to bring to cPanel "the good things Plesk has" but those are buggy things. I am too trying to use this tool and I only find errors and warnings and it's always loading the list running things but not really helping. Reminds me the one time I tried using Plesk... so buggy.
    0
  • cPRex Jurassic Moderator
    WordPress Toolkit uses a cron configuration inside an sqlite database to determine the time the updates run. You can find that by running this command on your system: root@host [/]# sqlite3 /usr/local/cpanel/3rdparty/wp-toolkit/var/wp-toolkit.sqlite3 "SELECT * FROM ScheduledTasks;"
    which will give you output similar to the following: 1|40|*|*|*|*|'/usr/bin/sw-engine' '-d' 'auto_prepend_file=/usr/local/cpanel/3rdparty/wp-toolkit/scripts/scheduled-task-prepend-file.php' '/usr/local/cpanel/3rdparty/wp-toolkit/plib/scripts/maintenance.php'|[] 2|54|2|*|*|*|'/usr/bin/sw-engine' '-d' 'auto_prepend_file=/usr/local/cpanel/3rdparty/wp-toolkit/scripts/scheduled-task-prepend-file.php' '/usr/local/cpanel/3rdparty/wp-toolkit/plib/scripts/instances-auto-update.php'|[]
    0
  • InstantClassic
    WordPress Toolkit uses a cron configuration inside an sqlite database to determine the time the updates run. You can find that by running this command on your system: root@host [/]# sqlite3 /usr/local/cpanel/3rdparty/wp-toolkit/var/wp-toolkit.sqlite3 "SELECT * FROM ScheduledTasks;"
    which will give you output similar to the following: 1|40|*|*|*|*|'/usr/bin/sw-engine' '-d' 'auto_prepend_file=/usr/local/cpanel/3rdparty/wp-toolkit/scripts/scheduled-task-prepend-file.php' '/usr/local/cpanel/3rdparty/wp-toolkit/plib/scripts/maintenance.php'|[] 2|54|2|*|*|*|'/usr/bin/sw-engine' '-d' 'auto_prepend_file=/usr/local/cpanel/3rdparty/wp-toolkit/scripts/scheduled-task-prepend-file.php' '/usr/local/cpanel/3rdparty/wp-toolkit/plib/scripts/instances-auto-update.php'|[]

    Thanks for this, it's exactly what I needed. So via WP Cron I should be able to change the update frequency as well.
    0

Please sign in to leave a comment.