Cloning websites
Cloning websites
- Login or register to post comments
- Print entire section
- Talk
Type some keywords below and hit "enter": This will search the drupal.org issue queues across the various projects that make up the Aegir system. If there are no relevant results, please submit an issue there. |
Other support resources: |
Cloning websites
The notebook section provides a way for you to store and share information with your group members. With the book feature you can:
The revisions let you track differences between multiple versions of a post.
#1
Although the front-end does not yet permit you to re-clone over the top of an existing site, this is possible at the lower level by using the drush CLI adn provision-clone.
drush $phase2site provision-clone $phase3site $phase3platform
drush @phase2d7.projectname.devhost provision-clone @phase3d7.projectname.devhost @platform_ProjectnameD7Phase3
#2
Further to the above - though it seems to re-clone - it does not delete the original DB - you end up with a new DB each time (numbered incrementally) and the old one is detached and becomes unused, but never deleted.
Suggestion : to re-clone, you really do have to delete the target, then clone anew.