Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

correct-apricot
correct-apricot6/18/2024

Deleting Branches

👋 Hey team, how would I go about deleting branches that are all the parent of my primary branch? When I try to delete it, it doesn't work since Neon says the parent branches have children, but I can't delete the main (primary) branch because when that's where the most recent data is. When I try to copy that data into another branch, the main (primary) branch becomes the parent of the new branch, meaning I can't delete the original main branch either. E.g. in the attached screenshot, I want to be able to delete all the parent branches. This will help free up some storage. Please let me know if I can provide any additional information. Thank you!...
No description
like-gold
like-gold6/18/2024

Neon branching error in vercel build

Not sure where to find logs or debugging info for this integration
No description
sunny-green
sunny-green6/18/2024

RW Compute pending

What does RW compute pending means? I’m unable to access my DB at this point.
No description
stormy-gold
stormy-gold6/18/2024

Unable to access DB

Unable to connect DB. I've done nothing special, just suddenly out of service.
No description
equal-aqua
equal-aqua6/18/2024

Project's compute stuck on pending

I had a project, but its compute was stuck on pending and I couldn't figure it out. So I created a new one, but the compute is still stuck on pending. My project id is: falling-wind-60691124...
No description
other-emerald
other-emerald6/17/2024

Hasura Cloud Issue

Hi, i create neon database from hasura cloud, all is ok, all is work, but i cant enter neon console, projects list is empty, and i see welcome screen, but i wanna see my database, help please.
like-gold
like-gold6/17/2024

Trouble with prisma deploy on fresh postgres neon db (dev branch) health_check model

I'm trying to deploy my db to the dev branch. I created a fresh neon, connected and attempting to deploy. I get an error that the table is not empty (has a table called health_check), I'm not seeing anything in docs about this table.
flat-fuchsia
flat-fuchsia6/16/2024

Getting connection timedout error

I am trying to access my postgres db in my NextJs application but I am encountered with Connection Time out error. This is persistent. How can I solve it?
No description
plain-purple
plain-purple6/16/2024

Error: Console request failed: endpoint is temporarily unavailable.

Just started getting this error:
Error: Console request failed: endpoint is temporarily unavailable. Check your quotas and/or contact our support.
Is there an issue on Neon side?...
No description
correct-apricot
correct-apricot6/15/2024

Unable to turn on pg_stat_statements

Hi I am following the instructions in the neon guide here: https://neon.tech/docs/extensions/pg_stat_statements to enable pg_stat_extensions. Enabling the extension works without a problem but if try any queries listed in the instructions I get a "relation does not exist error"....
No description
manual-pink
manual-pink6/15/2024

Github actions for create and delete branch failing/flakey

I am using GH actions to create a temporary branch to use for testing, and then delete the branch at the end of the github workflow. However, i'm getting weird messages. 1. ephemeral branch apparently already exists, but the branch ID is null 2. cannot delete branch?...
No description
grumpy-cyan
grumpy-cyan6/14/2024

psycopg.OperationalError: consuming input failed: SSL SYSCALL error: EOF detected

I'm running some tasks which are actually taking more time than five minutes and I've already established connection with NeonDB(Postgres) as it's serverless when i use cursor.query it's throwing me error psycopg.OperationalError: consuming input failed: SSL SYSCALL error: EOF detected, I'm using below code ```import os from psycopg_pool import ConnectionPool from time import sleep...
plain-purple
plain-purple6/14/2024

not able to mutate the data

when I am submitting the form, I am getting an error
NeonDbError: column "content" of relation "post_table" does not exist
at async $$ACTION_0 (./src/db/queries.ts:18:5)
digest: "960546850"
NeonDbError: column "content" of relation "post_table" does not exist
at async $$ACTION_0 (./src/db/queries.ts:18:5)
digest: "960546850"
...
No description
manual-pink
manual-pink6/13/2024

Documentation for how to use Neon API to create a branch

i'm not able to create a branch with the nodejs API. I'm getting the error Object literal may only specify known properties, and 'name' does not exist in type 'BranchCreateRequest'.ts(2353) This is my code snippet: ```...
deep-jade
deep-jade6/12/2024

Prisma Adapter error not connecting to db

I get this error message: ype 'import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Adapter' is not assignable to type Types of property 'getAuthenticator' are incompatible. Type '((credentialID: string) => import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/types").Awaitable<import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Ada...' is not assignable to type '((credentialID: string) => import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.27.0_nodemailer@6.9.13/node_modules/@auth/core/types").Awaitable<import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.27.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Ada...'. Type '(credentialID: string) => import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/types").Awaitable<import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Adap...' is not assignable to type '(credentialID: string) => ...
extended-salmon
extended-salmon6/11/2024

Connecting via VPN Tunnel from GCP

I would like to know if we can setup secure connection to NeonDB from GCP cloud via VPN Tunnel? I don't see any option to setup VPN gateway/tunnel on Neon db Side.
extended-salmon
extended-salmon6/11/2024

READ/WRITE TABLES??

i need help with the very basics. i want to read and write to TABLES from python. so far i could only check the BRANCHES or DATABASES. but how do I acutally read/write the data?...
solid-orange
solid-orange6/10/2024

Vercel Environments and Neon Branches

Is it possible to have the following work with Vercel and Neon with GitHub Actions? Neon branches: - main (production) - staging...