Upgrade Netbox v2.8.0 to v2.9.2 failed #4043

Closed
opened 2025-12-29 18:32:49 +01:00 by adam · 2 comments
Owner

Originally created by @thoms27 on GitHub (Aug 28, 2020).

Environment

  • Python version: 3.6.8
  • NetBox version: 2.9.2

Hello, I'm trying to upgrade Netbox v2.8.0 to v2.9.2 but it do not works
The upgrade appends good, but I can not login to the portal :

image

It's works if I disable the caching : CACHE_TIMEOUT = 0

My Redis configuration is basic :
REDIS = {
'tasks': {
'HOST': 'localhost',
'PORT': 6379,
'PASSWORD': '',
'DATABASE': 0,
'DEFAULT_TIMEOUT': 300,
'SSL': False,
},
'caching': {
'HOST': 'localhost',
'PORT': 6379,
'PASSWORD': '',
'DATABASE': 1,
'DEFAULT_TIMEOUT': 300,
'SSL': False,
}
}

Could you help me ?

Regards,

Thomas V.

Originally created by @thoms27 on GitHub (Aug 28, 2020). ### Environment * Python version: 3.6.8 * NetBox version: 2.9.2 Hello, I'm trying to upgrade Netbox v2.8.0 to v2.9.2 but it do not works The upgrade appends good, but I can not login to the portal : ![image](https://user-images.githubusercontent.com/20238377/91557888-8e68e900-e935-11ea-9a57-f2ef97590e7b.png) It's works if I disable the caching : CACHE_TIMEOUT = 0 My Redis configuration is basic : REDIS = { 'tasks': { 'HOST': 'localhost', 'PORT': 6379, 'PASSWORD': '', 'DATABASE': 0, 'DEFAULT_TIMEOUT': 300, 'SSL': False, }, 'caching': { 'HOST': 'localhost', 'PORT': 6379, 'PASSWORD': '', 'DATABASE': 1, 'DEFAULT_TIMEOUT': 300, 'SSL': False, } } Could you help me ? Regards, Thomas V.
adam closed this issue 2025-12-29 18:32:49 +01:00
Author
Owner

@marvi commented on GitHub (Aug 28, 2020):

I had to upgrade redis to >= 4 when upgrading Netbox.

@marvi commented on GitHub (Aug 28, 2020): I had to upgrade redis to >= 4 when upgrading Netbox.
Author
Owner

@thoms27 commented on GitHub (Aug 28, 2020):

I had to upgrade redis to >= 4 when upgrading Netbox.

Thank you for your quick feed back. After upgrading redis to 6.x, it's works fine :-)

@thoms27 commented on GitHub (Aug 28, 2020): > > > I had to upgrade redis to >= 4 when upgrading Netbox. Thank you for your quick feed back. After upgrading redis to 6.x, it's works fine :-)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4043