Drupal and Change Management

Any complex website that needs updating has to be tested without affecting the users of the live site.

The challenge then is how to replicate the changes made on your test site on the live site.

If all the changes are in code then version control systems such as svn and cvs solve this problem very neatly.

But with a CMS such as Drupal some changes are inevitably required in the database.

Managing these changes without affecting the site content can be tricky.

This isn't just a Drupal problem - I've encountered in on most web applications and CMS's I have worked on.

My current solution is based on very careful documentation of the database changes - but I'm always on the lookout for more automated solutions.

Three useful Threads on Drupal:

There is also a macro recording facility in the devel module
http://drupal.org/project/devel

Also interesting is this work calculating the dependency diagram for Drupal modules
http://drupal.org/node/220945#comment-738292

Tags

Post new comment

Got something to add - just enter a comment
all other fields are optional.

Your email address will not be published.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.