Warning when trying to import data: warn: (Schema Integrity)

System Information
  • Strapi Version: 4.23.0
  • Operating System: Ubuntu/Docker
  • Database: Postgresql
  • Node Version: 20.12.2
  • NPM Version:
  • Yarn Version: 1.22.19

Im trying to import a file from strapi export, but when I run the Import, it shows me some warnings about a Schema Integrity like this:
admin::permission.attributes.actionParameters does not exist on source

I created the export file with exclude files only.

And if I select the option " There are differences in schema between the source and destination, and the data listed above will be lost. Are you sure you want to continue? Y"

there are no data on database, no users, no content. What am I missing on export or import process?


This seems to be the problem Is strapi import supposed to create schema?
I think this should be mentioned on Export/Import documentation and backup.

You right friend, they should be say that.
but how did you resolve it, I have the exact issue that you posted.

Just did a copy from src directory an placed it on the new strapi, then ran the import command and the schemas were found, I already added the src dir to version control.