Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

parallel-tan
parallel-tan2/14/2025

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....
wise-white
wise-white2/9/2025

Also, a larger database equals a larger

Also, a larger database equals a larger cold start?
wise-white
wise-white2/9/2025

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?
rare-sapphire
rare-sapphire2/4/2025

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...
like-gold
like-gold1/17/2025

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",...
genetic-orange
genetic-orange1/16/2025

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
plain-purple
plain-purple1/16/2025

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
genetic-orange
genetic-orange1/15/2025

executing batch insert query: FATAL:

executing batch insert query: FATAL: terminating connection due to idle-in-transaction timeout (SQLSTATE 25P03)
like-gold
like-gold1/10/2025

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 ...
deep-jade
deep-jade1/8/2025

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 😦
No description
rare-sapphire
rare-sapphire1/8/2025

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...?
extended-salmon
extended-salmon1/7/2025

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...
harsh-harlequin
harsh-harlequin12/29/2024

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...
quickest-silver
quickest-silver12/23/2024

Help me

Help me
ratty-blush
ratty-blush12/23/2024

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 ?...
harsh-harlequin
harsh-harlequin12/9/2024

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...
No description
sunny-green
sunny-green11/28/2024

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?
exotic-emerald
exotic-emerald11/14/2024

```

``` import { drizzle } from "drizzle-orm/neon-http"; import { neon } from "@neondatabase/serverless"; import { config } from "dotenv"; ...
flat-fuchsia
flat-fuchsia11/9/2024

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
magic-amber
magic-amber10/25/2024

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