- Download the latest version of Wordpress:
http://wordpress.org/download/
- Backup Wordpress install:
[/home/user/public_html] $ tar -cz wordpress > wordpress.tar.gz
- Backup MySQL database:
[/home/user/] $ mysqldump --add-drop-table -h localhost -u username -p databasename > mysql-backup-datehere.sql
- Compress the sql backup file and store elsewhere:
[/home/user/] $ tar -cz mysql-backup-datehere.sql > mysql-backup-datehere.sql.tar.gz
- Extract new Wordpress files overwriting existing files:
[/home/user/] $ tar -zxvf wordpress-version.tar.gz
- Visit the Wordpress upgrade page and perform database upgrade:
http://www.domain.com/wp-admin/upgrade.php
Discussion of tips, tricks, and other useful information about technology. May include topics on software applications, hardware, and operating systems.
Wednesday, April 10, 2013
Steps to upgrade Wordpress to latest version
Here are the steps to upgrade Wordpress to the latest version using SSH terminal.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment