Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to move/deploy site from test server to production

  Asked By: Marques Duran         Date: May 08, 2008      Category: Sharepoint      Views: 417
 

Take the backup of site by using Stsadm -export command if this is single site ,
For entire site collection, use stsadm -backup command. If site missing the
contents then move the content database from Test Sql Server to Prod SQL server.

Tagged:                

 

2 Answers Found

 
Answer #1       Answered By: Kalash Karmakar          Answered On: May 08, 2008       

Just beware that an export will not get alerts, recycle bin, Web parts
personalization and probably more. Whereas -backup  is full fidelity (when SC is
locked), but scoped to site  collection.

To export/import a single  site, I think you must use sharepoint designer. Maybe
an SPD expert here will know.

 
Answer #2       Answered By: Mauricio Tanner          Answered On: May 08, 2008       

Yes, that's correct.

SharePoint Designer includes a menu option site  > Administration >
Backup Web Site...

This is exactly the same as stsadm  -o export (uses the same APIs
under the covers), except:

* The export file(s) are downloaded through the network to the
user's desktop
* The user has the option to include or exclude sub-sites
* The user does not have the option to include security

 
Didn't find what you were looking for? Find more on How to move/deploy site from test server to production Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].