
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI understand how frustrating it is when dataset copying fails without a clear error message! The issue you're experiencing where the copy fails at 25% progress is something that needs direct investigation by Sanity support, as it's likely related to your specific dataset or project configuration.
Here are some steps to help resolve this:
Check the copy job status - You can list all dataset copy jobs to see if there's more detail:
sanity dataset copy --listTry the --attach flag - If you have a job ID from a previous attempt, you can attach to it to see more details:
sanity dataset copy --attach <job-id>Try without history - Large document histories can sometimes cause issues:
sanity dataset copy testing development --skip-historyUpdate your CLI - Try upgrading to the latest version (your versions are quite old):
npm install -g @sanity/cli@latestBased on the dataset copy documentation, failures can occur due to:
Since this is consistently failing at 25% regardless of which datasets you're copying, you'll need help from Sanity's support team. They can access server logs to see the actual error:
The support team will be able to check backend logs and identify what's causing the failure at that specific point in the copy process.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store