CodingWithJamal
CodingWithJamal9mo ago

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
erquhart
erquhart9mo ago
For sure, just export from dev and import to prod, single file operation for your whole db
CodingWithJamal
CodingWithJamalOP9mo ago
oh okay thanks

Did you find this page helpful?