Update Wordpress
From Pigmeo Development Wiki
- Backup Wordpress
- Download latest version
- tar -xvzf latest.tar.gz -C TEMP_DIR
- Delete old wp-includes and wp-admin directories
- Copy all from TEMP_DIR to blog's root dir, except wp-content and wp-config.php
- Compare wp-config.php with wp-config-sample.php and add new settings
- If caching is enabled, clear the cache
- Reactivate plugins
Category: Website Management

