Title: sflcnetwork's Replies | WordPress.org

---

# sflcnetwork

  [  ](https://wordpress.org/support/users/sflcnetwork/)

 *   [Profile](https://wordpress.org/support/users/sflcnetwork/)
 *   [Topics Started](https://wordpress.org/support/users/sflcnetwork/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sflcnetwork/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sflcnetwork/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sflcnetwork/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sflcnetwork/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sflcnetwork/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress WP-CLI Auto Update runs even when it’s disabled in conf](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/)
 *  Thread Starter [sflcnetwork](https://wordpress.org/support/users/sflcnetwork/)
 * (@sflcnetwork)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/#post-8551891)
 * Jacob Peattie you’re brilliant, I wouldn’t have thought of looking there for 
   a while, this will make removing or disabling it easy. Thanks !!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress WP-CLI Auto Update runs even when it’s disabled in conf](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/)
 *  Thread Starter [sflcnetwork](https://wordpress.org/support/users/sflcnetwork/)
 * (@sflcnetwork)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/#post-8551848)
 * Its a kimsufi server, but im running centminmod centminmod.com
 * so its possible it came from there, ive reached out to them so we’ll see what
   they say
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress WP-CLI Auto Update runs even when it’s disabled in conf](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/)
 *  Thread Starter [sflcnetwork](https://wordpress.org/support/users/sflcnetwork/)
 * (@sflcnetwork)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/#post-8551796)
 * thanks ill look into this, although im not sure how the service providers involved
   given that i manually installed wordpress myself by downloading it etc…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress WP-CLI Auto Update runs even when it’s disabled in conf](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/)
 *  Thread Starter [sflcnetwork](https://wordpress.org/support/users/sflcnetwork/)
 * (@sflcnetwork)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/#post-8551565)
 * Its not the host, it’s a dedicated server and I installed everything from scratch
   on it.
 * I keep getting emails multiple times a day with this:
 * Subject: WordPress WP-CLI Auto Update Wed Dec 14 08:03:18 UTC 2016
 * /home/nginx/domains/xxxxxxxxxxxxxxx/public
    update wp-cli 2016-12-14 08:03:15
   URL:[https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar)[
   5176480/5176480] -> “/usr/bin/wp” [1] PHP binary: /usr/local/bin/php PHP version:
   5.6.29 php.ini used: /usr/local/lib/php.ini WP-CLI root dir: phar://wp-cli.phar
   WP-CLI packages dir: WP-CLI global config: WP-CLI project config: WP-CLI version:
   1.0.0 9 installed plugins: A aitasi-coming-soon 2.0 I akismet 3.2 A cache-enabler
   1.1.0 A cdn-enabler 1.0.3 A disable-wordpress-updates 1.4.8 A disable-xml-rpc
   1.0.1 A stops-core-theme-and-plugin-updates 6.2.9 A optimus 1.4.7 A sucuri-scanner
   1.8.3
 * Legend: A = Active, I = Inactive
    Success: Plugin already updated. Restarting
   nginx (via systemctl): [ OK ]^M Gracefully shutting down php-fpm . done Starting
   php-fpm done
 * and this is the top part of my wp-config file:
 * <?php
    define( ‘WP_AUTO_UPDATE_CORE’, ‘false’ ); define( ‘AUTOMATIC_UPDATER_DISABLED’,
   true ); define(‘WP_CACHE’, true); // Added by Cache Enabler /** * The base configuration
   for WordPress * * The wp-config.php creation script uses this file during the*
   installation. You don’t have to use the web site, you can * copy this file to“
   wp-config.php” and fill in the values. * * This file contains the following configurations:***
   MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * [@link](https://wordpress.org/support/users/link/)
   [https://codex.wordpress.org/Editing_wp-config.php](https://codex.wordpress.org/Editing_wp-config.php)**
   [@package](https://wordpress.org/support/users/package/) WordPress */
 * So what i gather from [http://wp-cli.org/config/](http://wp-cli.org/config/)
 * is that I create a file called config.yml in my .wp-cli directory with WP_CLI_DISABLE_AUTO_CHECK_UPDATE
   in it.
 * This wp-cli thing is a nightmare, what’s the point of this, there should be an
   easy way to turn this off as it came bundled with wordpress.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress WP-CLI Auto Update runs even when it’s disabled in conf](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/)
 *  Thread Starter [sflcnetwork](https://wordpress.org/support/users/sflcnetwork/)
 * (@sflcnetwork)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wordpress-wp-cli-auto-update-runs-even-when-its-disabled-in-conf/#post-8551370)
 * Yess i’m in full control as it’s a dedicated server

Viewing 5 replies - 1 through 5 (of 5 total)