Data migration from local to production

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

we have a stripe database in our local system and we want to deploy the database to production. is it possible?

You would have to make that database dump manually using database tools like pg_dump or mysqldump. Per our documentation we don’t have migration tools between environments with the exception of the core_store