Below are the five basic steps needed to move a content database from one farm (F1) to another (F2.) This post assumes that you are performing the task manually, not using a migration tool.
- Detach the content database from F1 using theDismount-SPContentDatabase PowerShell cmdlet .
- Detach the content database in SSMS for F1.
- Move the the content database files (.mdf, .ldf, .ndf) to F2.
- Attach the content database in SSMS for F2.
- Attach the content database to F2 using the Mount-SPContentDatabase PowerShell cmdlet.
For a higher level of detail, visit
0 comments:
Post a Comment