Strapi transfare content types from project to another

System Information
  • Strapi Version: 4
  • Operating System: windows
  • Database: sqllite
  • Node Version: 16.16

How to do that in 2 ways
1- if i want to copy the structure and the data
2- if i want to copy only the structure

1 Like
  • For the data, You can take the backup of the database and move it wherever you want. If you’re doing this, I highly recommend using Postgres as your database.

  • And, for moving the structure, You can either move the whole project directory.