The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Deployment
Posted: 27 Jul 09 1:34 AM
|
Hi,
I have all my customizations in my development server. Now i want to take all my customizations in to production server. What is the best thing that i have to do? Is bundle is the only way to do this?
If i take a backup from my development server and restore it in production server then will all my customizations be there? If i backup the development database and restore it in production database then will all my customizations be there? What about the snapshot?
Thanks -Pandi.
|
|
|
|
Re: Deployment
Posted: 27 Jul 09 3:19 PM
|
Depends on your setup.
If your Production environment is separate from your Development environment then yes, you should bundle your changes across, rebuild, deploy and test on Production (to ensue that all your customizations and settings make it over to the new environment).
If your Dev environment is just a separate Deployment from your Production environment, then just need to rebuild it and deploy.
If you are trying to seed your production environment, then yes, a Backup of the DB may be the best bet, as you may have all of your items properly customized (e.g. Picklists, Custom Fields and Entities, etc). |
|
|
|
Re: Deployment
Posted: 27 Jul 09 11:47 PM
|
Hi, What do you mean by "seed your production environment". Currently i have only test environment. I have to setup the production environment soon. Now tell me, Will taking of database backup helpful for me?
Thanks -Pandi. |
|
|
|
Re: Deployment
Posted: 28 Jul 09 2:55 PM
|
By seeding it I mean to create your initial Production envrionment. For that purpose, backup is indeed a good option.
You may however want to do the following:
- Modify the Site Code for the Production database (instead of just using the default U6J9). - Reset the SiteKeys table accordingly - Remove any test data - Create your Users and Owners - Configure Security (Including Calendar Security) - Setup Default Option values (if applicable)
There are probably more steps that you would want to take, but these are just a few that I usually add to my deployment lists.
|
|
|
|
Re: Deployment
Posted: 29 Jul 09 6:59 AM
|
Thanks Chavez. What about the project backup. Lets say, I have a project in my test environment. Can i take a back up of test server project and if i try to restore that project in my production environment. will it be work?.
Can you please explain what is sitecode and sitekey.Why do we need to change and How can we change that.
Thanks -Pandi. |
|
|
|