Moving database (part 3 - Drupal site migration guide)

Admin's picture
Share this

We know that Drupal CMS stores all its textual data in a database. If we didn't move the database to new host, we just have to build everything from the scratch. So database is the must!

There are serveral ways to grab your site's database.
We can use Drupal's fantastic Backup and Migrate module to do the job (recommended) or use phpmyadmin (old school) to do it.

Your rating: None Average: 5 (1 vote)