Community Documentation

Migrating database changes from development to live websites

Last updated December 8, 2008. Created by Ron Williams on December 11, 2007.
Edited by LeeHunter, sepeck. Log in to edit this page.

Starting with the now defunct flexinode module, and later the CCK and Views modules, major functions of Drupal-based websites are handled through the database. When a developer is working on a development non-live version of a Drupal website; an administrator is unable to copy over the database to a live server. On heavily trafficked websites with lots of content, it's impossible to simply overwrite the database since the content added to the live database after the database is copied to the development server will be removed.

About this page

Drupal version
Drupal 5.x, Drupal 6.x

Site Building Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.