problems #30147
Replies: 3 comments
|
Since the same connection string was working earlier and the database became unreachable mid-operation while the project still reports as Live, this sounds more like an instance/infrastructure issue than a Prisma Client configuration problem. A few things I'd check first to rule out a client-side issue:
Given that it failed mid-operation without a configuration change, I wouldn't start changing the schema, migrations, or Prisma Client setup yet. If you can share the exact error returned by |
|
Thanks for the detailed suggestions. I’ll try connecting directly using Since the database became unreachable in the middle of an operation without any configuration changes, I’ll avoid changing the Prisma Client, schema, or migrations for now. If both connection strings fail, I’ll share the exact |
Uh oh!
There was an error while loading. Please reload this page.
My Prisma Postgres database (project "Genwelth AI", region Frankfurt) returns "Failed to connect to upstream database" on every connection for several hours. It's under all free-tier limits (0.9 MiB / 512 MiB storage, 84.7K / 200K operations), the project shows Live, and status.prisma.io is green. The same connection string worked earlier today — the instance failed mid-operation. Please restart / investigate the instance.
All reactions