googlearchive / appengine-php-wordpress-starter-project

Starter project for running WordPress on Google Cloud Platform
366 stars 226 forks source link

How to Update Wordpress to last version ? #79

Open mestartlearncode opened 7 years ago

mestartlearncode commented 7 years ago

Hi, Do you have any idea about this ?

daron4ever commented 7 years ago

You should update manually with this starter.

#1 Deactivate plugins.
#2 Delete wp-includes folder contents except wp-includes/languages/ folder if you have it.
#3 Delete wp-admin folder.
#4 Delete wp-content/plugins/widgets folder. You only see this folder if you previously installed the Sidebar Widgets plugin.
#5 Check wp-content directory. This is where you themes and plugin live, so, if you have customized the default or classic themes without renaming them, make sure not to overwrite those files, otherwise you will lose your changes.
#6 Copy all files from the root directory 'wordpress'.
#7 Check wp-config-sample.php to see if any new settings have been introduced that you might want to add to your own wp-config.php.

More information please see here