Hi. I have an existing drupal and want to create a new installation on a new domain. Since it took me some time to get the configuration for drupal and all modules I use working like I need it, it would be greate if I could clone these settings to the new installation, but without any content/menu/users and so on. Is there a way to do so?

Comments

sudhaker’s picture

It is not very simple unless you understand drupal tables. Try exporting database using phpmyadmin or mysqldump. Then open it in some editor and perform some find and replace.

site1.com -> site2.com

You can safely TRUNCATE few tables (like user, user_roles).

Keep trying until it works as expected.

Hope this helps.

Cheers,
Sudhaker
http://sudhaker.com