#[solved] Django Pickled version mismatch between 4.1.1 and current 4.1.2

1 messages · Page 1 of 1 (latest)

wary timber
#

My worker shows this error message in my logs:

event = /usr/local/lib/python3.10/site-packages/django_redis/serializers/pickle.py:32: RuntimeWarning: Pickled model instance's Django version 4.1.1 does not match the current version 4.1.2. return pickle.loads(value)

level=warning

logger=py.warnings

timestamp=1666833420.281327

😃

How can i remove this warning?

keen relic
#

I guess it is caused by old cache entries, set with an older authentik version

#

redis-cli flushall from the redis container should delete all cached data

blissful walrus
#

also because its just in the cache it'll expire itself eventually so no action required

wary timber
#

Oki thank you 👍 didn't get a notification for these answers ....

@blissful walrus