linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

After update Radarr doesn't want to start and seems to want to recreate database (and fails) #170

Closed djmulder closed 1 year ago

djmulder commented 2 years ago

linuxserver.io


Expected Behavior

Started up with old database

Current Behavior

Tries to start up with a new database (logs show it trying to create tables like config and

Steps to Reproduce

  1. All I did was update to radarr:latest

Environment

OS: Unraid 6.9.2 CPU architecture: x86_64 How docker service was installed: Using docker-compose bundled with VPN network

Command used to create docker container (run/create/compose/screenshot)

radarr:
    container_name: radarr
    image: linuxserver/radarr:latest
    cpuset: "7,8,9,23,24,25"
    ports:
        - "7878:7878"
    depends_on:
        - transmission
        - nzbget
        - jackett
    volumes:
        - radarr:/config
        - downloaders:/downloads
        - movies:/movies
    environment:
        PUID: 99
        PGID: 100
        TZ: "Europe/Amsterdam"
radarr: 
  driver: local
  driver_opts: 
    type: none
    device: /mnt/cache/appdata/radarr
    o: bind
downloaders:
  driver: local
  driver_opts: 
    type: none
    device: /mnt/user0/downloaders
    o: bind
movies: 
  driver: local
  driver_opts: 
    type: none
    device: /mnt/user0/public/Movies
    o: bind

Docker logs

https://pastebin.com/8etFy4bs

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

KimTEriksson commented 2 years ago

I have the same issue on ubuntu first run

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

benjamin4453 commented 1 year ago

I have the same issue, here are the info:

OS: Ubuntu 22.04 CPU architecture: x86_64 Service is installed via docker compose:

  radarr:
    image: lscr.io/linuxserver/radarr:latest
    container_name: radarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
    volumes:
      - /home/benjamin/config:/config
      - /home/benjamin/movies:/movies
      - /home/benjamin/downloads:/downloads
    ports:
      - 7878:7878
    restart: unless-stopped

Logs are attached to this comment. 2022-11-12-radarr.txt

benjamin4453 commented 1 year ago

The .db files in the config folder seems to have been corrupted. Deleting logs.db and restarting radarr fixed the issue for me.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dyxen commented 1 year ago

The .db files in the config folder seems to have been corrupted. Deleting logs.db and restarting radarr fixed the issue for me.

Thanks, that solved my problem to.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity