-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prisma 2 is failing to migrate remote database (DO hosted instance) #562
Comments
The error message should improve after prisma/prisma-engines#45. I've done some digging and the issue seems to be caused by the absence of a default database named There's an always-present |
Implemented solution: try to connect to I haven't been able to reproduce the 'schema with underscore fails to migrate' issue locally, I'll try later on DO. I'll start investigating the pgBouncer issue. |
From the digitalocean doc, it looks like database creation is pretty locked down and it's meant to be done through their UI. I will keep researching, but we may have to resort to just having a good error message there. On an existing DO database with pgBouncer, I didn't encounter any issue migrating with a schema with underscores in its name. |
I was able to create database and schema using tableplus with or without pgbouncer. I used to |
@pantharshit00 I am no longer able to reproduce this error with the latest alpha, are you? If no, please close this issue. |
I tried to perform migration in a Digitalocean hosted instance in order to triage this issue: #556
I used the default script starter
But the migration failed with the following rust panic:
Connection string:
Internal note: You can find the credentials in 1password.
The text was updated successfully, but these errors were encountered: