How easy or difficult is to move from postgres to planetscale at a later point of time ?

Does anyone have experience in migrating the data from postgres to other solutions which support scale?
9 Replies
Neto
Neto3y ago
the main issue is the sql server planetscale run on mysql so as long you dont make a db specific operations or is using something like prisma then should be fine
JacobMGEvans
JacobMGEvans3y ago
Theo migrated to Planetscale with Prod up and a huge client running an event... It was apparently seamless.
Cyclops3142
Cyclops31423y ago
Isn’t that one of the main points of Prisma? You can use it the same way with any compatible db? Other than the connection to the db.
Neto
Neto3y ago
that was my point with prisma is easy but if you are using something like mikroorm/typeorm/something else can be murky to migrate
Cyclops3142
Cyclops31423y ago
Oh I see, my bad I took it the other way around lol👍🏻
Neto
Neto3y ago
oh i wrote the sentence so bad lol
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
JacobMGEvans
JacobMGEvans3y ago
I read it backward as well 🤣
Neto
Neto3y ago
blessjmg

Did you find this page helpful?