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

Move new files in place: Could not rename ... #276

Open
STaRDoGG opened this issue Mar 25, 2020 · 1 comment
Open

Move new files in place: Could not rename ... #276

STaRDoGG opened this issue Mar 25, 2020 · 1 comment

Comments

@STaRDoGG
Copy link

STaRDoGG commented Mar 25, 2020

The last 2 times I've used the updater I've been getting stuck here:

image

I have to manually click the "Retry" button like 16 million times and it completes, apparently fine, and checking the version when it's done shows it's the latest version. Any solution to this? I'm getting carpal tunnel in my right index finger. :p

I'm using the containerized version:

   nextcloud:
        # https://hub.docker.com/r/linuxserver/nextcloud
        image: linuxserver/nextcloud:latest
        container_name: nextcloud
        hostname: nextcloud
        environment:
          - TZ='America/Chicago'
        volumes:
          - "scotts_nextcloud:/config" # Nextcloud Configs
          - "/i/Nextcloud:/data"       # Storage area
        restart: unless-stopped
        networks:
          - ocs
          - odb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants