Migration finished

As I wrote in the last post i was thinking about migrating back to wordpress. The steps are almost done. I don’t use categories anymore and the few links i had were added manually after the db-migration. What’s still left to do is to look for a nice theme and install some nifty plugins.

Posted in: Uncategorized by Thorsten 1 Comment , ,

Thoughts about migrating (back) from Drupal to WordPress

Here’s something I found on this webpage related to a Drupal2Wordpress database migration:

prerequisites:

  • A fresh and clean installation of Wordpress
  • Drupal database name: drupal (no table-suffix)
  • Wordpress database name: wordpress (table-suffix ‘wp_’)

 

Fire up the mysql cli:

use wordpress

DELETE FROM wp_posts ;
DELETE FROM wp_comments 

 

Posted in: Uncategorized by Thorsten No Comments ,