Hi
I switched my db from a self hosted mysql to postgresql on fly.io.
Changing the prisma client worked and I can use my application with the new database.
Now there are some issues:
-
I wanted to migrate my old data to the new db using pgloader, seamed to work but my api doesn't return the data. When I look into the db I see the migrated data.
-
I do see the the newly created data in prisma studio and get it returned from my client.
-
Prisma studio shows different data regarding I use the proxied database or connect directly
Anybody has an idea what is happening here?