Any success with 3rd party PostgreSQL Distributions such as YugabyteDB? #20920
Unanswered
sweickge
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking at turning our Netbox docker community installation (v4.3.4) into a high availability deployment, and moving our PostgreSQL database from being a docker-based container to a VM-based cluster. I was wondering if anyone has had any success using a distributed PostgreSQL distribution, such as YugabyteDB for their deployment?
Right now I'm trying to evaluate YugabyteDB and I've been able to deploy the database cluster. However, after going through the Netbox specific steps to create the netbox user and empty netbox database in the cluster, after I try to start Netbox, the deployment fails during the database migration steps with timeout errors in psycopg driver
I'm just using the standard django PostgreSQL driver. I have tried increasing the timeouts parameters, but that doesn't seem to fix the issue.
Beta Was this translation helpful? Give feedback.
All reactions