N
Neon16mo ago
correct-apricot

ERROR: Console request failed

Hi, I am currently backing up my neon DB (it's vercel postgres, but as I understand neon under the hood, and even uses a neon endpoint) once every 6 hours. Most of the time it works fine, but in two instances in the past 4 days, there is just an error that says "ERROR: Console request failed". There appears to be no further information about the error. The times that the connections failed was - August 11, 2024, 07:01:33 (UTC-05:00) - August 14, 2024, 13:01:33 (UTC-05:00) The pg_dump is being run on an AWS EC2 instance. Any idea what could be going on here?
No description
2 Replies
correct-apricot
correct-apricotOP16mo ago
I'm not out of compute time
No description
correct-apricot
correct-apricotOP16mo ago
the command being run is pg_dump -Fc -v -d postgres://[redacted]:[redacted]@[endpoint].us-east-1.aws.neon.tech:5432/verceldb?sslmode=require -f backup.bak -N drizzle

Did you find this page helpful?