Scenario:
There is a moss testing server, where two applications have been deployed and tested. Program .
Two Moss production servers. The two sites in the test environment must be completely migrated to the production environment.
Migration steps:
1) run the following command on the test server to back up data:
"C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin \ stsadm"-O backup-URL http: // localhost: 9031-filename E: \ share \ sps-backup-9031.bak
"C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin \ stsadm"-O backup-URL http: // localhost: 9032-filename E: \ share \ sps-backup-9032.bak
2) copy the backup file to the C root directory of the production server (master server.
3) deploy all the extension files on the production server 2.
4) Create an application. Do not create a site set:
9031
9032
5) Deploy the resource writer, DLL to the site-two sites, modify web. config, add safecontrol, and modify security level.
6) run the following command to restore the data:
"C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin \ stsadm"-O restore-URL http: // localhost: 9031-filename C: sps-backup-9031.bak
"C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin \ stsadm"-O restore-URL http: // localhost: 9032-filename C: sps-backup-9032.bak
After restoration, go to management center> application management to change the Administrator account of the website set.
7) Test
To migrate a sub-site to another place, run the following command:
Stsadm-O export-URL http: // MOSS/IT-filename c: \ mossbak \ It. Bak-Modify deusersecurity
Stsadm-O import-URL http: // MOSS/IT-filename c: \ mossbak \ It. Bak-Modify deusersecurity