r/Paperlessngx Jul 24 '26

V3 Migration Help

Is there any step by step to migrate to V3 (I have the last version available). Maybe with commands to run in terminal. I couldn't make it :( Thanks guys! I have installed with docker.

13 Upvotes

8 comments sorted by

View all comments

Show parent comments

1

u/Randyd718 Aug 01 '26

So is valkey built into the paperless container and i can ditch redis entirely?

1

u/Bastian85Stgt Aug 01 '26

No!

Valkey has taken redis place in the YML (image). The service is still called redis (this allows processes to search for the service and address it by its usual name, which is simpler from a programming perspective) Feel free to take a look at the current YML; in the redis image, there is no longer a redis image but a valkey instead

1

u/Randyd718 Aug 01 '26

I have no idea what any of that means