several instances of netbox on the same server #6575
-
Hi, I have 2 instances of netbox on a server. It seems rack information is mixed up since last update (I updated from an old version to the latest). Is it possible that information mix-up between the two instances due to the use of redis ? Or maybe it's only a cache issue ? Example of what I get : when I list racks, I can see racks of the other instance of netbox, and when I click if the ID is existing it's showing the corresponding ID, but if it does not it throws an error "this id not exist". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, if they are both pointing to the same redis instance (port and database number).
Caching is what you see, but it will also mix up background jobs like webhooks which also are queued via redis. You should point your second netbox instance to different database numbers within redis.
|
Beta Was this translation helpful? Give feedback.
Yes, if they are both pointing to the same redis instance (port and database number).
Caching is what you see, but it will also mix up background jobs like webhooks which also are queued via redis.
You should point your second netbox instance to different database numbers within redis.