Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Impossible do the backups with latest version (v2.1.0.2_beta_2024-11-29-ls225) #88

Open
1 task done
PacmanForever opened this issue Dec 4, 2024 · 11 comments
Open
1 task done

Comments

@PacmanForever
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Execute any backup and always appears the same error from the last update.

Expected Behavior

No errors.

Steps To Reproduce

  • Execute backup
  • Wait some minuts
  • Appears the error

Environment

Docker in Linux Ubuntu 24.04

CPU architecture

x86-64

Docker creation

duplicati:
        restart: unless-stopped
        container_name: duplicati
        ports:
            - '8200:8200'
        environment:
            - PUID=0
            - PGID=0
        volumes:
            - '/dockerData/Duplicati/config:/config'
            - '/dockerData/Duplicati/backups:/backups'
            - '/dockerData:/source'
        networks:
          custom_network:
            ipv4_address: 172.19.0.3
        image: lscr.io/linuxserver/duplicati:latest

Container logs

One or more errors occurred. (The file duplicati-ieb1bc528c7b4404592c80d5ce3cae324.dindex.zip.aes was uploaded but the returned size was -1 and it was expected to be 7949 (The file duplicati-ieb1bc528c7b4404592c80d5ce3cae324.dindex.zip.aes was uploaded but the returned size was -1 and it was expected to be 7949) (One or more errors occurred. (The file duplicati-ieb1bc528c7b4404592c80d5ce3cae324.dindex.zip.aes was uploaded but the returned size was -1 and it was expected to be 7949)))
Copy link

github-actions bot commented Dec 4, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 4, 2024

You need to check duplicati's documentation on how to deal with those errors.

@PacmanForever
Copy link
Author

Until last weekend everything was fine, the only change was the update to the latest version. To make matters worse, the latest version changed the version of the duplicati database and I can't roll back to the penultimate version. For me this is an issue.

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 4, 2024

Yes I get this is an issue. We package what duplicati release, this does not look like a container issue to me but an application issue. You need to see if this bug has been reported to duplicati but from my quick googling, it seems a common problem going back years.

@PacmanForever
Copy link
Author

Okay, I understand that we only need to put container errors here.

@PacmanForever
Copy link
Author

Just to mention that I put the original image (duplicati/duplicati:latest) and everything works perfectly. Are you sure it's not an error with this image?

@thespad
Copy link
Member

thespad commented Dec 4, 2024

That image is over 6 months old as they stopped pushing the latest tag back in May.

See https://hub.docker.com/r/duplicati/duplicati/tags

@TobenderZephyr
Copy link

Well, that's not entirely correct
From the README on that repository:

Available tags
[...]
latest - an alias for beta

Beta has been pushed 9 days ago. This is also when i saw warnings with files being already accessed while doing the backup.

@thespad
Copy link
Member

thespad commented Dec 8, 2024

They can write whatever they like in the readme, it doesn't change the reality

image

@kenkendk
Copy link

kenkendk commented Jan 6, 2025

The missing beta update in Dockerhub is my fault 🤦.
I am pushing to get the first stable release of Duplicati out, and in the process I missed getting the beta == latest tag in there, until the stable release is out.

For @PacmanForever , yes there is a need for a password for the UI in 2.0.9.104+ (so including the beta that is not in Dockerhub:latest). You can set DUPLICATI__WEBSERVICE_PASSWORD=<password> to configure it.
More password details in docs and a downgrade to 2.0.8.1 guide exists.

@PacmanForever
Copy link
Author

Since it wasn't working for me, I changed the image, now I use duplicati/duplicati:latest and everything works for me.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

5 participants