Data transfer from local PostgreSQL to Strapi Cloud

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.

@alexandrephiev Thanks for bringing this to my attention :+1: I am opening an issue on this on github
Can't transfer from community edition to enterprise · Issue #16573 · strapi/strapi · GitHub and made a pr to fix this

1 Like

Confirmed resolved in 4.10.5. Thanks a lot for the reactivity!