Import local schema and data to strapi in online system on google cloud run

Hello,

sorry for this question if its been asked in the past - but I did not find a suitable solution for this.

I run a strapi on my local dev environment. In this I created different content models and created some dummy data.

In the next step we want create a staging system for strapi in google cloud run.

But how can I get the data/structure from my local system to the staging system? Do I have to dump the postgres database and import this dump? But what’s with the json-files in api-folder?

Thanks for some help with this!

Best regards,

Timo

1 Like