Microsoft Technology, .Net, BizTalk, Sharepoint & etc.

Liedong(Ken) Zheng, Senior SharePoint Developer at SIMPLOT

Migrate Sharepoint to another server

Posted by ken zheng on April 30, 2008

 copied a production site this way: 

stsadm -o backup -url http://myproductionserver -filename myproductionsite.cab

create a new empty website with the administrator web on the same server using another IP port number or another server like http://testserver or http://productionserver:12345

 (I’m sure you can do that with stsadm too) 

then i restore the backup file 

ststadm -o restore -url http://testserver -filename myproductionsite.cab -overwrite 

Maybe a iisreset may be needed in between the creation or the restore. 

Works great.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>