R
Railway6mo ago
faken

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
Percy
Percy6mo ago
Project ID: ac04dcbd-bc99-4f5f-a5ff-b1a3c60f84c5
faken
faken6mo ago
ac04dcbd-bc99-4f5f-a5ff-b1a3c60f84c5
Brody
Brody6mo ago
did any new data make it to the new mysql database?
faken
faken6mo ago
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
Brody
Brody6mo ago
- 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 again
faken
faken6mo ago
Thanks! I deleted the new MySQL v2 database made and and the button to the new migration appear after that.
Brody
Brody6mo ago
sounds good!