Skip to content

Netbox HA #7065

Answered by candlerb
vladsker asked this question in Q&A
Aug 30, 2021 · 3 comments · 5 replies
Discussion options

You must be logged in to vote

80% of making Netbox HA is making Postgres HA. Once you've done that, you can have multiple frontends all pointing to the same Postgres database or cluster, stick them behind a load-balancer, and they'll happily share the load or take over from each other.

10% is making Redis HA - since multiple netbox and netbox-rq workers will need to point to the same Redis instance.

The remaining 10% is sharing the media directory (/opt/netbox/netbox/media), and the reports and scripts directories. The media directory can be shared using NFS (in which case you will need a HA NFS server), or you can configure Netbox to store its media on S3 instead. The reports and scripts directories can be periodical…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by vladsker
Comment options

You must be logged in to vote
2 replies
@candlerb
Comment options

@robertlynch3
Comment options

Comment options

You must be logged in to vote
3 replies
@chicks-net
Comment options

@candlerb
Comment options

@robertlynch3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants