Help moving data to prod
So for my convex app, i have some data in dev that ive been using to built out my site. I want to reuse this data in prod again without having to run more web crawlers just to get the data... Is there a good way todo this already?
4 Replies
For sure, just export from dev and import to prod, single file operation for your whole db
Exporting Data Snapshots | Convex Developer Hub
Export your data out of Convex
oh okay thanks