-
Hello, I initially installed immich using podman with redis 7 not thinking much of it. After noticing that it'd crash every so often, I reverted to the 6.2 version that's currently linked in the docker file to match what it expects. The problem is, the 'old' 7 database file would crash redis 6 on startup. So I had to remove it and allow it to make a new file. Is there something that I could run to 'regenerate' whatever it had in the database file? Or any side effects that I should look out for? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Redis does not store any permanent / important data. No need to restore anything |
Beta Was this translation helpful? Give feedback.
Redis does not store any permanent / important data. No need to restore anything