custom script failed with psycopg.OperationalError
#17089
Replies: 2 comments
-
No (AFAIK).
You are using either RDS or Aurora. Which one is it? If it's Aurora, it's very unlikely to work. Aurora is an AWS proprietary database. It claims to be Postgres "compatible", i.e. it implements the Postgres wire protocol, but it's not Postgres and Netbox is not developed or tested against it (AFAIK). What you need is RDS, which runs an actual Postgres cluster for you. |
Beta Was this translation helpful? Give feedback.
-
I hope this could be helpfully for someone... @llamafilm according what @candlerb say, may be you would like to use Amazon Aurora DSQL > Using Aurora DSQL to build an application with Django instead of PostgreSQL databse backend for Django. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One of my custom scripts failed with the following traceback. This sounds like maybe a temporary connection issue to Postgres. I'm wondering if Netbox has any configurable options to make it more resilient against issues like this?
My Postgres cluster is running in RDS Aurora in the same availability zone. RDS metrics show a small spike in throughput around this time but it doesn't seem to be hitting any limits.
Beta Was this translation helpful? Give feedback.
All reactions