Forum Discussion

Edwin335's avatar
Edwin335
Copper Contributor
Mar 07, 2025
Solved

Move Sharepointonline document library to sharepointonline document library

Hello, I would like to have your feedback on moving a folder in documents from a sharepoint site to another site on the same microsoft tenant. I've used several pnp script solutions to download all...
  • micheleariis's avatar
    Mar 07, 2025

    Hi, moving a folder with a large volume of data (like 1 TB) between SharePoint Online document libraries on the same tenant can be challenging. Native move functions often struggle with such operations, leading to long loading times or even page crashes.

    The approaches you’ve tried (using PnP scripts to download content and then uploading it via Migration Manager) are valid but can be very time-consuming.

    Here are some best practices you might consider:

    -Break Down the Migration: Instead of migrating everything at once, try splitting the content into smaller batches to improve performance and manageability.
    -Official Tools: Consider using the SharePoint Migration Tool (SPMT), which is designed to handle large migrations more reliably.
    -Third-Party Solutions: Sometimes, specialized migration tools can offer greater stability and speed compared to native options.

Resources