Skip to main content

How to Disable Automatic Updates in WordPress

Yesterday Night I received an email

Howdy! Your site at https://www.dewani.net has been updated automatically to WordPress 3.8.2.

No further action is needed on your part. For more on version 3.8.2, see the About WordPress screen:
https://www.dewani.net/wp-admin/about.php

If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.
http://wordpress.org/support/

You also have some plugins or themes with updates available. Update them now:
https://www.dewani.net/wp-admin/

The WordPress Team

For my Blog, this was not an issue but for few of the other websites which I handle, automatic update could be an issue.  I have customized few things likes Feed or Few of the Plugins may not be compatible and may break those website.

So, here is how you can disable auto updating of WordPress.

Edit the file wp-config.php and add this one line code to your file

define(‘WP_AUTO_UPDATE_CORE’, false);

disableautoupdatewordpress

 

For More Details Refer  : http://codex.wordpress.org/Configuring_Automatic_Background_Updates

Constant to Disable All Updates

The core developers made a conscious decision to enable automatic updates for minor releases and translation files out of the box. Going forward, this will be one of the best ways to guarantee your site stays up to date and secure and, as such, disabling these updates is strongly discouraged.

To completely disable all types of automatic updates, core or otherwise, add the following to your wp-config.php file:

define( 'AUTOMATIC_UPDATER_DISABLED', true );

Constant to Configure Core Updates

To enable automatic updates for major releases or development purposes, the place to start is with the WP_AUTO_UPDATE_CORE constant. Defining this constant one of three ways allows you to blanket-enable, or blanket-disable several types of core updates at once.

define( 'WP_AUTO_UPDATE_CORE', false );

WP_AUTO_UPDATE_CORE can be defined with one of three values, each producing a different behavior:

  • Value of true – Development, minor, and major updates are all enabled
  • Value of false – Development, minor, and major updates are all disabled
  • Value of 'minor' – Minor updates are enabled, development, and major updates are disabled

How to Host your website for free in the Cloud

Yes, I know there are lot of hosting provider which offers free hosting for website
Like

  • http://www.freehostia.com/free-chocolate.html
  • http://byethost.com/index.php/free-hosting
  • http://www.000webhost.com/

But those do not provide scaling or may not be able to run Ruby on Rails

Well, I came across a new service called “AppFog” which is very Nice and has flexibility to Scale.
AppFor :The Public Cloud PaaS Developers Love
http://www.appfog.com/

_2014-04-05_20-48-12

To Signup You may have to answer

In order to set up a new account, we have short questionnaire for you to answer first (this helps us with account creation). Please answer the following:

1. Please type out the email address you wish to use for the account here –>
2. Please tell us what Code Languages you plan to use for your application(s):
3. Please tell us the purpose of the application(s):

Once you have access to dashboard, you can create a new Application

AppFog_ Create An App - console_appfog_com_apps_new

 

You application should be ready in few seconds

AppFog - Your Account - console_appfog_com

Your application.

_2014-04-05_20-40-45

You may change RAM allocated to your application or Number of Instances.

App Details_ rajchat - console_appfog_com_apps_rajchat

 

Now, you would like to customize the code or use your own application, unfortunately there is no FTP access, but does have APIs.

Initially I thought, it would a new learning curve, but no, the API are just to Push/Download/Restart the application.

App Details_ rajchat - console_appfog_com_apps_rajchat_Code