Remigrate to v2
Hi! i migrated mysql database to v2 24 days ago. Is there a way to remigrate, i forgot to change env variables in my app and wrote new data on MySQL Legacy.
7 Replies
Project ID:
ac04dcbd-bc99-4f5f-a5ff-b1a3c60f84c5
ac04dcbd-bc99-4f5f-a5ff-b1a3c60f84c5
did any new data make it to the new mysql database?
No because i didn't connect with MYSQL_URL, i'm usingn vercel env variable. I have a couple of new users from last month
- delete the mysql database that the migration made
- deploy a new blank mysql database
- deploy the
MySQL Plugin Migration
template manually
- fill out the two variables
- let i migrate againThanks! I deleted the new MySQL v2 database made and and the button to the new migration appear after that.
sounds good!