What is the best way to update when service?

Hi,
I have installed Duplicati 2.0.7.101_canary as a service and i would like to update it manually.
What is the best way to do it whithout data loss ?
Thank you (merci par avance)

To what? Why? Are you looking for the small number of changes in
2.0.7.102_canary_2024-04-03 and 2.0.7.103_canary_2024-04-19?

Beyond that, there is a big design jump to the .NET 8 2.0.9.x series.

Windows?

Destination data loss takes some trying. Config loss is easier. Find your current service config.

To what : latest 2.0.9 canary
Why : to jump to the .NET 8 2.0.9.x series
Service : windows yes
Data loss : i meant without config loss.

Release: 2.0.9.109 (Canary) 2024-11-06 looks a little buggy, but one before it looks fairly stable.

You still need to get your service configuration however you do services, e.g. services.msc GUI.
CLI would (I think) be sc qc duplicati. Basically, beware of any custom options that you use.

The other question is whether the path is a normal Program Files one, or points to some update. Normal path can probably be left alone (along with its options). One to update must be changed.

OK thanks a lot ts678