Updating Dawarich from 0.25.6

Hey everyone!

First of all, thank you for working on this project, I love it so far!

So, my dawarich instance on my server is on version 0.25.6. I’ve scrolled through the releases and noticed that there are quite a few breaking changes. (e.g. you remove redis, sidekiq then add it back)

What’s your recommended way to update from this ancient version? Should i update it release by release?

Greetings from Berlin :grinning_face:

Check out the updating guides, it should have everything you need: Updating guides | Dawarich

1 Like

Hello,

same problem to me… I want to upgrade from 0.25.1
The way to do this is completely unclear for me.

When I use your recommended upgrade commands
”docker compose down … pull … up”
the pull command will fetch the newest release, I think?

How will I be able to to do the recommended steps for the breaking changes given in your upgrade guide?

Can I pull a specific version to upgrade step by step?

Thanks in advance, Martin

1 Like

Yes!

To update to specific version, replace image: freikin/dawarich:latest in both dawarich_app and dawarich_sidekiq sections of your compose file to something like image: freikin/dawarich:0.26.0, where 0.26.0 is the version you want to update. Pull the image, update, make sure all is good, repeat for the next version

1 Like

Thanks a lot - I’m now in the process of upgrading… (just waiting for country conversion to get finished)

1 Like