Manual site update/ move

Our first sites were built on a local system (localhost) and then uploaded to the live site.
That gives us the freedom to experiment, while causing and fixing problems and learning as we go.
We work locally with wamp on Windows and MySQL/Access databases for external data.

So what are the basic steps for updating your existing site manually from a localhost setting?

Update WordPress database:

  1. Export local phpMyAdmin database to .sql file
    (Mark Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT statement
    and in case of international issues, make sure the file is saved as utf-8 Unicode).

  2. Open the resulted .sql file in a simple text editor, rename all “localhost” instances to your online site’s domain or folder, such as “mysite.com” or “mysite.com/myfolder” and save.
  3. Import edited .sql file to remote DB.

Update site’s files

Copy all updated files to the correspondent folder in the site’s file system.
DO NOT copy your local wp-config.php, .htaccess, or modules that use external database as is.
We save two copies of these files (local/online configuration) and only upload the online version.

Manual site move

Moving a basic WordPress site from one domain or folder to another is a very similar process:

  1. Move all files to the new host/directory
  2. Export old WP database to .sql file
  3. Rename all instances of “oldsite.com/oldfolder” to “newsite.com/newfolder”
  4. Create new WP database and update the connection info in wp-config.php
  5. Import .sql to new WP database
  6. Manually copy old site’s text widgets and recreate on new site.
  7. If needed, fix domain paths on .htaccess
  8. If you’re using the same external database, no changes required there.
You can leave a response, or trackback from your own site.

Leave a Reply

Powered by WordPress | Theme by New WordPress Themes | Icons by IconArchive.com | Hosting by orrdata.com | Log in