Netbox v3.6.x does not work with pgpool #13994
Replies: 5 comments 3 replies
-
I also came across this, I moved to a single database for now. An alternative would also be to test using pgbouncer(I have not yet tested this) however it would be nice to have a more official discussion on what netbox supports to avoid the need of replacing parts if the database setup in the near future |
Beta Was this translation helpful? Give feedback.
-
I'm trying to upgrade to 3.6.4 from 3.5.2 and didn't have issues on my development system backed in pgpool, however my production system is running into this issue. I see that another project has a patch for perhaps a similar issue goauthentik/authentik#6949
|
Beta Was this translation helpful? Give feedback.
-
I'm also running with this issue at moment of implementation (not upgrading).
I try setting:
but no success at all.
Netbox docker image: netboxcommunity/netbox:v3.6.4-2.7.0 |
Beta Was this translation helpful? Give feedback.
-
ok, so this worked for me... in the netbox helm cart set the variable externalDatabase.disableServerSideCursors to true. |
Beta Was this translation helpful? Give feedback.
-
Here us the section from my configuration.py file. I have deployed netbox directly on a host, not using docker or other such tools.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v3.6.3
Python version
3.11
Steps to Reproduce
Expected Behavior
Same as with the Netbox v3.5x and below, installed without issues:
NOTE: This is my prod environment running Netbox v3.5.9 with exactly the same config and variables as with the deployment on dev namespace for testing newer versions.
Dev namespace will be an entirely fresh deployment without any data.
Observed Behavior
Netbox pods and or Worker Pod erroring out:
Beta Was this translation helpful? Give feedback.
All reactions