ConnectionError
Failed to log access: ConnectionError: The session was terminated unexpectedly
0|deno-oak-app | at Connection.#readMessage (https://deno.land/x/postgres@v0.17.0/connection/connection.ts:171:13)
I am getting this error when I am connecting deno to database, I worked fine for 5-10 min then I automatically get this error....
Recover DB
Hi, itâs urgent â my PostgreSQL database has been deleted (I donât know why) and I really need it back.
I didnât delete it, it just disappeared.
What can I do to recover it?...
Error on Table View
@Andre Landgraf This error still persists today, July 11, 2025, is there any prediction?

Hello guys has anyone had this issue
Hello guys has anyone had this issue today when connecting to the admin Table view ?

Does neon support apache age. If not are
Does neon support apache age. If not are there any plans in the future ?
Can anyone help me with why when i try
Can anyone help me with why when i try to access my tables from the sidebar in neon that i get: Unexpected error happened đ
28ef024358af4efe8572290d709496af
...
pgvectorscale
Came here to ask this as well. @Andre Landgraf Any chance we can get the
pg_vectorscale extension (https://github.com/timescale/pgvectorscale) added to neon? DiskANN is much more performant than HNSW.Hi everyone did anyone was able to
Hi everyone did anyone was able to connect neon.tech to zapier? I need some help
Hello, is there any plan to support
Hello, is there any plan to support citus extension in the future
Hi All,
Hi All,
I am using Neon PostgreSQL for my Database. And I am on a free plan of it.
I have been using this server for last 6-7 months. But suddenly, I have seen a hike in its compute usage. The compute hours have reached to 192. And as it provides the 190 hours only in the free plan, now I am unable to use that database into my application anywhere.
...
Hey all, just poking around with Neon
Hey all, just poking around with Neon for the first time. Love the idea of auto-scaling and branching.
I tried running pgbench against a free plan db using default settings -- autoscale up to 2CU.
I'm getting really low tps (~250). Is this expected? At the peak, I was using 0.33CU, so it doesn't seem like I'm maxing out the db? My test is run from ~9ms from the database using 48 connections....
Pgbouncer scaling
I am using pgbouncer to manage the connection for my postgresql instance. I wanted to know how can I scale pgbouncer with respect to the number of users. As the users increase the connection to the database will also increase which will reach to a limit. How can I make sure that this never happens.
Hi, I'm trying to understand how we're
Hi, I'm trying to understand how we're supposed to handle HA with Neon. I read the HA docs but it's not the info I need.
Normally my app would have a separate read and write client, where the write client is pointed at the master node. In the event of a master failover, we'd connect the write client to a newly promoted master node.
Is there anything about how Neon works where this isn't recommended, or necessary?...
hi! i'm working with one of the core
hi! i'm working with one of the core contributors over at zerosync. We're consistently seeing connection interruptions in the replication stream, and can't 100% confirm whether this is a neon issue or not. Its an issue that seemingly exists only with large replications (a million+ rows).
I'm wondering if we might be able to get some help from someone at neon in debugging the issue and getting better access to logs - particularly
wal inspections. I need superuser permissions to be able to install CREATE EXTENSION pg_walinspect; which would help us alot.
I also am having a hard time getting the datadog integration for postgres logs to show anything other then an 'error' status, with no understanding of what the error actually is or how to fix it....High data transfer
im sorry, im new to this, I'm working on my Next.js e-commerce project, and I haven't launched it yetâI'm the only one testing the products by browsing them. I recently noticed that after just a couple of visits, it almost reached a 1 GB data transfer limit. I was really surprised and confused about how this is happening. It's just a database table, so how could browsing a few products cause it to reach 1 GB? I don't understand what's going on. Can you guide me on what might be happening here?
i am using free version , it showimg i
i am using free version , it showimg i used 0.43GB , is used only 70 mb

Is there a timeline for adding pg_search
Is there a timeline for adding pg_search to azure instances? This is a killer app for us.
what graphical tool do people commonly
what graphical tool do people commonly use for building GUIs? baserow, or nocodb, or ⌠I know there are a lot of options, but I have no idea what tools might be a part of common practice. I'm familiar with postgres and psql but not the gui part.
FDW connect errors
How do I troubleshoot the error
ERROR: could not connect to server "ar_db_server" (SQLSTATE 08001) that I get trying to get fdw working? This error code suggests a network issue, and it occurs immediately (doesn't seem like a timeout). This is being run in the Neon SQL Editor, the foreign db is a separate Neon project that I also own. I have checked the host / username / pw / schema many times and verified the role on the foreign db has permissions to use the schema and SELECT from the table (the same role is in use elsewhere and is successfully reading from these schema tables). Everything thru creating the schema imported_data works fine. Also, if instead of IMPORTing the foreign table I create it explicitly with (removing all enum and primary key references), the table gets created properly but if you try to query it you get the same could not connect error as above.
```CREATE EXTENSION IF NOT EXISTS postgres_fdw;
CREATE SERVER IF NOT EXISTS ar_db_server...