0

I am working with a dev database for add a new section in a web site.

I finish all changes, and now, i have to send some people all these changes (contents, content types, blocks, views, templates, files, images etc).

I kwnow i can export blocks, views and content types, but how can i send these contents?

Which is the best way to merge/send the changes made in development to the final database?

Thanks!

3 Answers 3

2

The features module is your best bet: http://drupal.org/project/features

I have been using it for this purpose with great results.

Sign up to request clarification or add additional context in comments.

Comments

1

Don't know which database you're using, but most likely MySQL. In that case, have a look at this post: Compare two MySQL databases You can use any of these tools to compare two databases and create and update-script.

Comments

0

A few years ago I used the Node Export Module to move content between two Drupal installations. You export from one and import on the other. It can export in a variety of editable formats, which is useful if you need to do some data massaging between the export and the import.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.