tymon
tymon•8mo ago

Migrate Wordpress - Woocommerce database and image to convex?

Is there any guid to Migrate Woocommerce database and image from wordpress vps to convex? Or can anyone suggest some ideal? Thank you so much
3 Replies
FleetAdmiralJakob 🗕 🗗 🗙
You can export your database to a json or jsonl file and then import it through the import feature of convex: https://docs.convex.dev/database/import-export/import
FleetAdmiralJakob 🗕 🗗 🗙
What you can also do is setting up a table, then a mutation and going through each line of your database and insert one by one the data into convex: Writing Data, Mutations
Mutations | Convex Developer Hub
Mutations insert, update and remove data from the database, check authentication
tymon
tymonOP•8mo ago
thank you, let me try

Did you find this page helpful?