Hey everyone! 👋
Hey everyone! 👋
I'm running into some trouble connecting to my Neon database from Power BI, and I was hoping someone might have some insights. I'm fairly new to this whole data stuff, so please bear with me if I'm not using all the right terms! 😅
Basically, I'm trying to import data into Power BI, but I keep getting this "PostgreSQL: Exception while reading from stream" error . It seems to start downloading fine, but then it just cuts out after about 5 minutes....
What it Takes to Recover a 100 TB Postgr...
https://neon.tech/blog/recover-large-postgres-databases Does this blog mean that Neon can handle up to 100TB of data in a single database?
Can anyone please help? I'm facing an
Can anyone please help? I'm facing an issue! I created a database for testing, and now it's inaccessible. Can you increase the data transfer limit temporarily?
@all...
Using an ORM to access your Postgres dat...
I"m using vercel/postgres + NEON
I get this error whenever I try running a query:
"details": "All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: ws does not work in the browser. Browser clients must use the native WebSocket object",...
Can't reach database server
having a problem connecting to the postgres service ... Have been trying from last 2 hours Error: P1001: Can't reach database server at
ep-solitary-union-a4ohcllf.us-east-1.aws.neon.tech:5432
Connection errors
had a problem connecting to a database I created in neon. was getting errors so much that I had to migrate to railway but now I have another project and would love to use neon
executing batch insert query: FATAL:
executing batch insert query: FATAL: terminating connection due to idle-in-transaction timeout (SQLSTATE 25P03)
Thanks @bryan I just made an attempt to
Thanks @bryan I just made an attempt to do the migration anyways to see if it would complete. Ended up with:
pg_restore: error: error returned by PQputCopyData: SSL connection has been closed unexpectedly
...
Hi, I got a problem when I trying to
Hi, I got a problem when I trying to create a Neon account in Vercel marketplace, seems a network problem? I've tried several times, still not work 😦

I just set up a new Neon DB finding
I just set up a new Neon DB finding extreeeeemely slow perf querying - i can't even get a row count. i have about ~25M rows. is this kind of perf expected...?
I keep on getting this error
I keep on getting this error
Database Error: VercelPostgresError - 'missing_connection_string': You did not supply a 'connectionString' and no 'POSTGRES_URL' env var was found.
this is dispite my project enviroment variables having all of the variables...
Hi There!
Hi There!
need help here, can't connect w/ VPN = ON why?
psql: error: connection to server at "----.eu-central-1.aws.neon.tech" (00.00.00.00), port 5432 failed: server closed the connection unexpectedly
** This probably means the server terminated abnormally...
asyncpg acquire timeout
Hi! i was migrating db from mongodb to postgres using asyncpg and created pool and did pool.acquire to get connection and passed to functions
One of the functions had to call discord api to check some stuff which took quite some time and when it completed, i got connection has been back to pool
So is there any time limit after which the connection is released back to pool ?...
Install the Neon Postgres Native Integra...
hey all, following the
Install the Neon Postgres Native Integration on Vercel
guide, but after installing there is no option to navigate to the Neon account the installation process says it creates. Does anyone know why?
I'm selecting the postgres option here, is the integration not live yet?
https://neon.tech/docs/guides/vercel-native-integration#need-help...
If I use a db for a vercel project I can
If I use a db for a vercel project I can't connect via neon cli?
```
```
import { drizzle } from "drizzle-orm/neon-http";
import { neon } from "@neondatabase/serverless";
import { config } from "dotenv";
...
I have been using neon db for my expo
I have been using neon db for my expo react native application for server routes but in the production phase I need clear routes for the backend route that I was using locally. Something like "https://..." am getting this error "'Fetch error:', [TypeError: Invalid URL: /(api)/driver/create]" Where can I go to get that url? Or any procedures I can take to get that working
new RLS feature from Neon
any RLS aficionados in here? we have a pretty cool new feature around making RLS easier and would love to get a few users testing