homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Unable to restore beta on "latest" docker image on raspberry pi #504

Closed andsoitgoes closed 1 year ago

andsoitgoes commented 1 year ago

Describe The Bug

When I try to update to homebridge:latest, I can't restore from backup. The last available image this worked on was the November '22 image

The second I run the CLI docker command to install the "latest" version, it hangs when I try to upload the backup file

Docker Config

docker create \
 --net=host \
 --name=homebridge \
 --restart=unless-stopped \
 -v $(pwd)/xxx:/XXX\
oznu/homebridge:2022-11-14

also 

docker create \
 --net=host \
 --name=homebridge \
 --restart=unless-stopped \
 -v $(pwd)/xxx:/XXX\
oznu/homebridge:latest

Logs

No logs showing this error, just hangs when trying to upload the backup, the logs show nothing

Host Operating System

Raspberry Pi OS - Latest

Host Architecture

x86_64 / amd64

Spy-1 commented 1 year ago

me to. Same Problem with latest Imange on Docker Synology!

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.

andsoitgoes commented 1 year ago

Hoping someone else can help with this, fingers crossed!

NorthernMan54 commented 1 year ago

We have have updated the docker image and this issue with restore is now resolved.

andsoitgoes commented 1 year ago

We have have updated the docker image and this issue with restore is now resolved.

I wish I could say that it is, but I'm having the exact same issues. It still hangs when I load the backup

To confirm, when I revert to the November 2022 backup, the SECOND I upload the backup, the restore begins. When it's the most recent, it simply doesn't work.

NorthernMan54 commented 1 year ago

This seems odd, as I tried that during testing and was successful.

could the backup image be corrupted?

andsoitgoes commented 1 year ago

This seems odd, as I tried that during testing and was successful.

could the backup image be corrupted?

I don't think so - because the backup image works fine in the November release.

I was noticing something, though, the most recent release is April - so I'm a bit confused, is there a release I'm not seeing? I thought I might need to try the dev branch, but I can't imagine that would be necessary.

I just know that when I load up the Nov image, the backup loads immediately. The second I try that same backup with the "latest" tag, it fails.

NorthernMan54 commented 1 year ago

@andsoitgoes In May we refreshed the docker image, and moved the image hosting to homebridge/homebridge. That may explain why you can't see the updated image.

andsoitgoes commented 1 year ago

Ahh, that makes so much sense. I'll give it a go and see if that works. Thanks!

andsoitgoes commented 1 year ago

@andsoitgoes In May we refreshed the docker image, and moved the image hosting to homebridge/homebridge. That may explain why you can't see the updated image.

That WORKED!!!! I'm so excited to finally be up to date! Thank you for clarifying!!! :)