#Updating seerr on ZimaOS

16 messages · Page 1 of 1 (latest)

wind holly
#

Hello! I’m new to self hosting so first of all sorry if this is more of a basic question with docker than Seerr itself. I’m trying to update Seerr via using the ‘docker composer pull seerr’ but I get the message
‘no configuration file provided:not found’

I made the install via the yaml file on the Zima UI itself, so I guess that’s part of the issue. My questions therefore are:

  • What could be missing so that I can’t update via ssh?
  • If I uninstall/reinstall from ssh or the BigBear app it’s now available, how could I save my current config so I don’t have to start over? Is it enough with the db folder and the settings.json?

Thanks a lot!

magic birch
#

We dont officially support zima ui so im not sure how the install is currently done

#

Is it docker?

#

If so can you run docker ps and grab the container id of it

#

Then run docker inspect <container_id>

#

Replace <container_id> with the real container id

wind holly
magic birch
#

Lan ips cannot be accessed by anyone outside your network and generally most people will have similar to same lan ips

wind holly
magic birch
#

Just do docker pull ghcr.io/seerr-team/seerr:latest

#

And recreate the container

wind holly
magic birch
#

Depends on your compose. If your compose doesnt have the same container name as "seerr" or something

#

I do notice that you have an openapi key in the env for seerr? We dont use ai just curious why you have thay

wind holly