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
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
Importing Data Snapshots | Convex Developer Hub
Import data into Convex
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
thank you, let me try