I want to creat a multi-user environment,in which there will be multiple users working on various aspects/features of the website. All these features will have to selectively move from each user's PC(Drupal Installation) to the main website which is on the a different PC.

Backup &migrate module is good option but it does not suffice our requirements due to following reasons:

1. In a multi-user environment, there will be multiple users working
on various aspects/features of the website. All these features will
have to selectively move from each user's environment to a staging
site where integration errors can be checked. This module cannot
support this functionality.

2.I do not always want to move the whole website from local to live
site. For example, you may be working on multiple features and when
one of the features is complete, you want to move just that feature
to the live site and not all other unfinished work.

Is there any other way to migrate my content from one drupal installation to other drupal installation???

plzz help
regards

Comments

frankcarey’s picture

Status: Active » Fixed

yes, the migrate module would help you migrate content. It is able to do nodes and taxonomy out of the box, and these modules are here to handle the integration with other common types of content. If you are looking for a way to do panels, rules, views, contexts, etc. then you should take a look at the features module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.