learlab / strapi

https://strapi-pi-eight.vercel.app
1 stars 0 forks source link

Method to locally import Strapi database for testing #33

Open langdonholmes opened 2 months ago

langdonholmes commented 2 months ago

We should have a way to test whether changes will impact our existing content.

For example, recent commits have broken backwards compatibility with Info boxes and StaticCode blocks by changing the schema of the data model.

A simple solution is to create an export of our data (or some of it) and then import that data into our development environments. https://docs.strapi.io/dev-docs/data-management/export