Naghell
PPrisma
•Created by Naghell on 1/30/2025 in #help-and-questions
Existing MySQL to Postgres
Hi everyone!
I'm planning to migrate my old MySQL database to PostgreSQL. I used pgloader to transfer all the data—no issues there. I also adjusted my schema to be compatible since there were some differences. However, when I run prisma migrate, I keep getting errors.
The only solution I’ve found so far is to reset my migrations, but that would wipe all my data. Is there any way to avoid that? What should I do?
Thanks in advance!
9 replies