Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

fair-rose
fair-rose6/26/2025

Local delpoyment failed

I compiled the source code locally successfully, but an error occurred when executing cargo neon start, as shown in the figure.
No description
plain-purple
plain-purple6/25/2025

Migrating Data from database on 1 neon account to another account

HI i am Abhay and I recently created a new neon account and wanted to copy the whole database with data from my old account to my new account i tried running "pg_dump --no-owner --no-privileges --no-publications --no-subscriptions --no-tablespaces -Fc -v -d "<SOURCE CONNECTION STRING>" -f database.bak"...
rival-black
rival-black6/25/2025

Postgress DB gone

Hello Neon, I have been using a Postgres DB on the free tier, and today it suddenly stopped being available. When I go to its link from Vercel, it givesan "unavailable" message. When I got to the project list, it was not there. Was there some incident that caused this? Can it be restored? ...
wise-white
wise-white6/25/2025

Transfer production database to development database

Hello, I need to transfer all data from all tables in my production database to my development database for testing purposes. How should I proceed? I tried using pg_dump, but I'm not sure if it's the right tool for this task. Thank you...
metropolitan-bronze
metropolitan-bronze6/24/2025

NeonDB pricing for zero sync engine (for enabling logical replication)

I'm looking to migrate my postgres database from supabase to neon, but I do not understand the pricing implications for doing so, considering I need to enable logical replication since I am using zero sync engine. If I understand correctly, zero sync engine requires will cause each database to which it is connected to never go idle? 1. How much compute hours would this setup consume considering zero never lets the database go to sleep? Would this mean 31 x 24 = 744 hours/month per database?...
conscious-sapphire
conscious-sapphire6/23/2025

Fly.io having issues connecting with Neon?

This started last week and has gotten to the point I can't actually spin up a new machine for some reason. 2025-06-23T15:23:51.861 app[e78493d5c04183] iad [info] 15:23:51.860 [error] Postgrex.Protocol (#PID<0.2664.0>) failed to connect: ** (DBConnection.ConnectionError) tcp connect (ep-old-scene-REDACTED.us-east-1.aws.neon.tech:5432): timeout Looks like others as well: https://community.fly.io/t/iad-region-connectivity-issue/25141/3...
exotic-emerald
exotic-emerald6/23/2025

Neon integration in vercel trying to link to prisma shadow table rather than my table

The automatically generated env variables fin Vercel are pointing to a prisma shadow table which I don't see on my neon console. I need them pointing to my table.
grumpy-cyan
grumpy-cyan6/22/2025

RLS Authorized isn't working with custom JWT Token

I have built an app that using neon as a database along with Drizzle as the orm. My app used to work fine before but now I get a TLS error: ``` [Error: 58550000:error:0A00041A:SSL routines:ssl3_read_bytes:tlsv1 alert decode error:openssl\ssl\record\rec_layer_s3.c:1605:SSL alert number 50...
foreign-sapphire
foreign-sapphire6/21/2025

Unexpected error happened 😕

id:5e71ffdae3514ce58c43d11c009c3d8f error ``` Error: Database not set...
No description
foreign-sapphire
foreign-sapphire6/20/2025

DB Suspended?

Tried logging into my app earlier and my email/pass was giving me an error. Logged into Neon and see this suspended tag next to the DB. Any ideas why? Been using this for close to 3 months now with no issues.
No description
correct-apricot
correct-apricot6/20/2025

Error: Database not set

Trying to create a database and connecting it to the locally hosted application. Getting an error in Neon (Error: Database not set)...
grumpy-cyan
grumpy-cyan6/17/2025

RLS authenticated URL [Error: B8220000:error:0A00041A:SSL routines:ssl3_read_bytes:tlsv1 alert decod

``` [getTransportTypes] Error: Error [NeonDbError]: Error connecting to database: TypeError: fetch failed at async getTransportTypes (file://F%3A/atollhop-ops/src/actions/getTransportTypes.ts:10:22) at async SchedulesServer (file://F%3A/atollhop-ops/src/app/%28protected%29/schedules/page.tsx:38:52) 8 | const database = await db();...
metropolitan-bronze
metropolitan-bronze6/17/2025

Neon as a Postgres follower replica

Hi, I’d like to introduce Neon at my workplace. However there is no-way that we replace our production Postgres instance in the short-term. The easiest way to begin would be to keep our Postgres instance, and just add a Neon follower/replica. We could then build our new use-cases on the Neon follower. I couldn’t find how to do that in docs. Would that be possible? ...
dependent-tan
dependent-tan6/17/2025

Question: about stale read

How does NeonDB avoid stale read issues when WAL logs are still in SafeKeeper and haven't been processed by PageServer?
dependent-tan
dependent-tan6/17/2025

Question: about load-related

I'm currently evaluating technology options, so I have some questions about load-related aspects: 1. In a Neon cluster, can different PostgreSQL instances use different SafeKeeper groups? 2. If #1 is possible, can a PostgreSQL instance currently using SafeKeeper Group A be redirected to SafeKeeper Group B?...
gradual-turquoise
gradual-turquoise6/16/2025

.Net example

Can anyone guide me to a decent example with a .net minimal api, with auth hosted on azure. kinda tired of supabase now.
wise-white
wise-white6/16/2025

Database offline

Hi Neon Community Hope everyone is well I have a couple of apps deployed on Replit and since Saturday my database has been inaccessible, I have reached out to Replit support but haven't heard back and was hoping maybe someone here has a solution or went through the same issue....
other-emerald
other-emerald6/16/2025

Hi, I am in need of some help regarding data loss / backups.

My Replit app crashed and I am trying to access my NEON backups. Replit can't go in there and find them, so asked me to go to my NEON console and look for them. I am within the 7 day retention period for data loss, but the console Replit connected me to is not the one where my data is and I do not know how to get in there. I have my neondbowner** info, so I just need to know how to log in? Please help.
dependent-tan
dependent-tan6/16/2025

Question: RPO may not equal to 0?

In PageServer, data is layered and only aggregated to a certain extent before being uploaded to cloud storage. If the PageServer in the public cloud uses EKS + instance storage, does this mean there’s a chance of RPO > 0 when the PageServer crashes? ref to: https://github.com/neondatabase/neon/blob/main/docs/pageserver-storage.md...
conscious-sapphire
conscious-sapphire6/15/2025

NeonDbError: Error connecting to database: Error: internal error;

I'm getting this error when trying to connect authenticated role using authToken. I checked JWKS my token everything is fine. This was working before not sure what happened. Can I get some help...