You need to sign in to do that
Don't have an account?

Copy SF org to other SF org
I have a requirement to copy all metadata + data to a new Production instance. What is the best way to do this ?
The new org should be exactly the same as the first one and we will continue to use both orgs in parallel. (different users in each org)
The new org should be exactly the same as the first one and we will continue to use both orgs in parallel. (different users in each org)
I have just recently done that. The best way to do is using ANT migration tool.
What I did is,
1. I download the project in eclipse with all my metadata.(classes/triggers/pages/objects/static resources/profiles.
2. I have used package.xml from eclipse so we don't need to manually build the package.xml
3. use ANt migration tool and point to new org
4. deploy the changes.
I also kept some selected profiles since i can create one test user with that profile to check all my newly deployed setup.
I found it very convenient.
I hope this helps
thanks
shashi
You can accomplished this using Eclipse. Follow these steps:
- Install Eclipse
- Install Force.com IDE in Eclipse
- Create a project in Eclipse with all the metadata like objects, classes, triggers, pages, page layouts, etc from the source org.
- Now right click on the Project and click 'Deploy to Server'.
- Provide the credentials of the destination org.
Its all done, let me know if you need any other help.Thanks,
Neetu
I was wondering if there is simple way to do this. My org is big and I don't want to run in test methods issues or similar issues.
I will try with Eclipse or ant.
My thought is that there should be way to ask SF support to do this. But it seems to be not possible.