System Information
- Strapi Version: 4.10.1
- Operating System: Ubuntu 22.04.2 LTS
- Database: PostgreSQL
- Node Version: 18.13.0
- NPM Version:
- Yarn Version: 1.22.19
Hi,
I am trying to follow this great tutorial about data transfer How To Deploy Local Data To Strapi Cloud - YouTube to migrate all my local data stored in PostgreSQL to my prod Strapi Cloud instance.
I am stuck with this error when I run the strapi transfer --to ...
error: [FATAL] Invalid schema changes detected during integrity checks (using the strict strategy). Please find a summary of the changes below:
- admin::workflow:
- exists in destination schema but not in source schema
- admin::workflow-stage:
- exists in destination schema but not in source schema
Transfer process failed.
I saw that this was done in 4.9.2: * [core:data-transfer] [Data transfer] Exclude optional admin types in schema check (#16268)
Which was the issue I had before upgrading from 4.9.1 to 4.10.1.