0

To All Experts here,

I'd like to perform a MOSS server content migration from the existing single instance server (SQL Server 2008, Windows Server 2008, SharePoint 2007 SP1) all in one and by maintaining the server name only, here's what I had in my migration plan document outline:

I have created the new Windows Server 2008 R2 + SQL Server 2008 SP1 and MOSS 2007 SP2 after that:

  1. Backup MOSS_ContentDB from SQL Server 2008 SSMS (does this enough to cover all top level sites and its content in the library and doc. repository ?)

  2. Backup all top level sites from CA site using the CA Sites backup and restore tools.

  3. turn off the old MOSSDEV01 (current server)

  4. rename the existing server (TempServ01) into MOSSDEV01 (so that the user bookmark and other link inside MOSS site still working)

  5. perform restore of the DB

  6. restore the site collection and its content from the backup

    is that the correct way to do it ?

I haven't execute the server configuration wizard to create the same port number of the SSP, CA and the SQL Server DB yet.

Any idea and suggestion would be greatly appreciated

Thanks.

Senior Systems Engineer
  • 1,155
  • 2
  • 27
  • 55

1 Answers1

0

Do it on a test server (or even VM) to ensure it works properly, but if I recall correctly, steps #2 and #6 are not necessary. After you restore the DB on the new server, you will just need to go into Central Admin and re-attach it. Since you will be on a newer version of MOSS, it will update your ContentDB once it is attached (and depending on the size, this may mean that you'll have to attach it using STSADM to avoid UI timeout issues using the stsadm -addcontentdb operation. (Reference here: http://technet.microsoft.com/en-us/library/cc263422.aspx).

Update: A nice step-by-step of the process here: http://elczara.spaces.live.com/blog/cns!554EC06D366AC9D5!580.entry?sa=799199873

Sean Earp
  • 7,207
  • 3
  • 34
  • 38
  • cool, thanks for the suggestion mate. so in this case i shall prepare new OS+SQL Server+MOSS 2007, set it up for the first time and then perform the import from stsadm ? – Senior Systems Engineer Mar 25 '10 at 11:20