Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

foreign-sapphire
foreign-sapphire4/5/2025

Neon-Auth API for Python backend

hey guys , were a bit confused on how to tackle integrating Neon-Auth with a python server. Can we connect to the Neon-Auth API directly instead of Stack-Auth? if so could you list what endpoints these be ? From the documentation it wasn't exactly clear: https://neon.tech/docs/guides/neon-auth-api#list-integrations...
No description
correct-apricot
correct-apricot4/5/2025

neon-tech PostgreSQL database compute is suspended

I am using neon-tech free plan. i was using the PostgreSQL database and now i see that the compute is suspended. can someone help me as i am unable to connect to the database now.
genetic-orange
genetic-orange4/4/2025

Nobody responding to support emails?

Nobody is responding to my support emails and if nobody responds i will have to process a chargeback with my bank
fascinating-indigo
fascinating-indigo4/3/2025

connect to neon pg

Hello everyone, I’m new to the Neon platform: connection to server at "ep-little-mud-a2wy8oll.eu-central-1.aws.neon.tech" (2a05:d014:aa3:7a0a:2022:d2c:7ebc:587b), port 5432 failed: Network is unreachable Is the server running on that host and accepting TCP/IP connections? i get this error any help ?...
rare-sapphire
rare-sapphire4/3/2025

Import to Neon from Parquet files

Hi, I have a use case in which i need to migrate a table stored in parquet to Neon. With postgres, there are a few options (pg_parquet or use duckdb). Can I use any of the above two options to write data from parquet to Neon? Thank you!
xenial-black
xenial-black4/3/2025

migrating from supabase

hey there. i'm trying to migrate from supabase right now. i'm trying to go the route of CDC and moving writes from supabase -> neon. the issue is that i can't create the replication slot correctly the issue that i run into is the fact that neon can't connect to supabase. i know it is possible - i use Sequin as CDC (which uses replication and everything). the issue is that when creating the subscription, neon throws the following error: ``` Query 1 ERROR at Line 1: : ERROR: could not connect to the publisher: connection to server at "db.xxxx.supabase.co" (xx.xx.xx.xx), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections?...
sensitive-blue
sensitive-blue4/3/2025

Connecting to pgAdmin Locally installed on Mac

Error Connecting encoding with idna codec failed (UnicodeError: label empty or too long...
rival-black
rival-black4/2/2025

Storage

Storage warning. My two databases are very very small, I think there's a bug or there's something I dont understand. SOLUTION: CHANGE POINT IN TIME STORAGE FROM 24H TO 0 OR DESIRED AMOUNT...
No description
crude-lavender
crude-lavender4/2/2025

Why one of the arguments of GetPage is LSN?

Hello Neon Team, I'm trying to figure out how Neon works, and I can't figure out one detail. One of the arguments to the GetPage function is an LSN, which is needed to determine the page version. However, as I understand it, pageserver is part of the storage manager (in the sense that in read-only compute, on which GetPage is called, it is precisely part of the storage manager). In postgresql, LSN (which in my understanding is similar in meaning to xid) is used in access methods to determine the version of a relation using MVCC, that is, it is a higher-level mechanism, and the storage manager simply searches for a specific page and does not know anything about MVCC. Why does GetPage accept an LSN as input, and not just give out a page with the required number upon request, if it is supposedly part of the storage manager? What should I read to better understand the motivation for such a decision? I read some articles from your blog, in particular https://neon.tech/blog/persistent-structures-in-neons-wal-indexing, but I couldn't understand from them the reason why this API is designed like this...
harsh-harlequin
harsh-harlequin4/1/2025

Can I pay using AWS?

Hi there, I did follow these steps: https://neon.tech/docs/introduction/billing-aws-marketplace - but at step 7 I see no "Click here to set up your account" link anywhere. If I go to "AWS Marketplace => Manage subscriptions => Neon" inside my AWS Console, and then click "Actions => Set up product" a new window appears, and still no "Click here to set up your account" link. ...
No description
fascinating-indigo
fascinating-indigo4/1/2025

The provider did not return a ProviderManifestToken string

I am trying to connect an MVC 5 .Net 4.7.2 project using EF6, and I am getting this error 'The provider did not return a ProviderManifestToken string' any thoughts?
continuing-cyan
continuing-cyan4/1/2025

Paid Branch Compute

Is there any way to increase the free-tier limit of 5 compute hours for branches without upgrading plans? I'd be happy to pay whatever I exceed in branch compute but spending $20/month just to increase the compute limit seems a little excessive.
stormy-gold
stormy-gold3/31/2025

"non-primary" compute

I see in the dashboard,
You've used 94% of your non-primary compute allowance this month.
I cannot find in docs what "non-primary" compute is. Does this mean any compute that is not on the "default" branch?...
frail-apricot
frail-apricot3/31/2025

What happens if I exceed my plan purchased on AWS?

As title. Does access get cut off? Can I do pay-as-you-go like with regular plans?
eastern-cyan
eastern-cyan3/30/2025

Connection issue with neon DB and FastAPI application deployed on Vercel

FastAPI application that is connected to Neon DB (serverless Postgres) works locally, but fails to establish a database connection on deployment in Vercel. lifespan or startup event handlers for initializing the database pool seem to not execute or fail in the deployed environment. No proper error statement is shown. What is the source of this issue? . Is it Vercel or NeonDB? What are the alternatives to keep DB connection alive throughout session. I want the DB pool connection to be closed only when FastAPI app stops running. Here is the code snippet ```...
optimistic-gold
optimistic-gold3/29/2025

Prisma support for both serverless and non serverless

I run an open source app and people run the app in different ways. We use Prisma. Is there an easy way to make this work with and without Neon? Most self hosters won't use Neon so we want to make it work well in all cases: https://neon.tech/docs/guides/prisma#use-the-neon-serverless-driver-with-prisma...
adverse-sapphire
adverse-sapphire3/29/2025

Bandwidth Limit Exceeded?

I was creating a REST API using Express and, after doing a POST request, i received this error: 509 (Bandwidth Limit Exceeded) Have i surpassed the transfer limit of the free plan? It says on my dashboard that i've used 0.01GB of data transfer capacity...
No description
rival-black
rival-black3/29/2025

GUI to Import CSV data to db

There's an option to download a table in CSV but not the other way round. Can anyone help me understand how to import data?
fascinating-indigo
fascinating-indigo3/28/2025

Possible to setup neon auth with difference projects and difference branches?

Not entirely sure if this is possible atm and how would I use neon auth for production, staging and local dev separately?
afraid-scarlet
afraid-scarlet3/28/2025

Getting password authentication error, while running "node server.js" (new to programming)- while co

"Unable to sync the database: ConnectionError [SequelizeConnectionError]: password authentication failed for user 'neondb_owner'"