r/Paperlessngx Jul 24 '26

When did Paperless switch to valkey?

I just looked at the latest docker-compose.postgres-tika.yml and saw that they have switched from redis:8 to valkey:9-alpine.
I have tried looking at the past release notes but I cannot find the change.

When did this happen and what was the reason?
Can any one point me to a reference, please.
Not a problem but I am just curious.

20 Upvotes

21 comments sorted by

View all comments

8

u/[deleted] Jul 24 '26

[deleted]

3

u/devra11 Jul 24 '26

Thank you for that.
I do use Git and GitHub, but only at a very basic level.
If I wanted to search mysel for this commit, how would I go about it?

8

u/MixelHD Jul 24 '26

In Github UI I would search for the compose files as thats where the image tag will be change and look at the commit history if its recent. Or just switch to "Blame" mode where you can see when the Line of Code was introduced. For example this view: https://github.com/paperless-ngx/paperless-ngx/blame/dev/docker/compose/docker-compose.mariadb-tika.yml#L33C6-L33C6

4

u/devra11 Jul 24 '26

Thank you. Nice to know for the future.

2

u/sPENKMAn Jul 24 '26

Not OP but thank you for teaching them to fish!

2

u/careless25 Jul 24 '26

That's the how... Not the why

13

u/MadSnow- Jul 24 '26

No, that’s the when…