diff --git a/packages/core/strapi/lib/commands/transfer/transfer.js b/packages/core/strapi/lib/commands/transfer/transfer.js index 0be4a64603..de13c5c60c 100644 --- a/packages/core/strapi/lib/commands/transfer/transfer.js +++ b/packages/core/strapi/lib/commands/transfer/transfer.js @@ -79,6 +79,9 @@ module.exports = async (opts) => { destination = createLocalStrapiDestinationProvider({ getStrapi: () => strapi, strategy: 'restore', + restore: { + entities: { exclude: DEFAULT_IGNORED_CONTENT_TYPES }, + }, }); } // if URL provided, set up a remote destination provider