Can't run cloudron update for an app in error state
-
The Cloudron team can say for sure, but I believe it does - backups don't get deleted when you uninstall an app. I think I used this method before in a different setting.
-
J joseph has marked this topic as solved
-
The Cloudron team can say for sure, but I believe it does - backups don't get deleted when you uninstall an app. I think I used this method before in a different setting.
-
I found a solution for the problem: Since the app was looking for a docker tag, the solution was to tag the new image with the tag from the missing backup image, which got the app up, and then perform a proper update with the same image.
@ekevu123 I'm in the same situation now and I'm wondering if your registry is on a separate Cloudron or everything's on one? I have issues whenever my Cloudron makes requests to URLs hosted on the same Cloudron and now it seems I can no longer install because the image can't be reached for that reason

-
@nebulon I don't see any reference to hairpin:
[OK] node version is correct [OK] IPv6 is enabled and public IPv6 address is working [OK] docker is running [OK] docker version is correct [OK] MySQL is running [OK] netplan is good [OK] DNS is resolving via systemd-resolved [OK] unbound is running [OK] nginx is running [OK] dashboard cert is valid [OK] dashboard is reachable via loopback [OK] No pending database migrations [OK] Service 'mysql' is running and healthy [OK] Service 'postgresql' is running and healthy [OK] Service 'mongodb' is running and healthy [OK] Service 'mail' is running and healthy [OK] Service 'graphite' is running and healthy [OK] Service 'sftp' is running and healthy [OK] box v9.1.5 is running [OK] Dashboard is reachable via domain name -
ah maybe I misunderstood your issue then. So you are not able to reach the docker registry to install apps or are you referring to a specific registry used by some community packages? Maybe the thread is mixing issues also, do you have more info and error output what exactly does not work?
-
ah maybe I misunderstood your issue then. So you are not able to reach the docker registry to install apps or are you referring to a specific registry used by some community packages? Maybe the thread is mixing issues also, do you have more info and error output what exactly does not work?
So you are not able to reach the docker registry to install apps or are you referring to a specific registry used by some community packages?
My registry is on the same Cloudron. I have built images with the Builder app and pushed there to install custom apps in the past. But it seems recently my Cloudron can no longer make network requests to the same Cloudron (maybe I've misconfigured something?).
Maybe the thread is mixing issues
I suppose for this thread I would only want to know if there's a way to force update an app in error state. The network issue is documented here. I'm currently very stuck on updating those custom apps when the registry is inaccessible and would appreciate any help.
-
So you are not able to reach the docker registry to install apps or are you referring to a specific registry used by some community packages?
My registry is on the same Cloudron. I have built images with the Builder app and pushed there to install custom apps in the past. But it seems recently my Cloudron can no longer make network requests to the same Cloudron (maybe I've misconfigured something?).
Maybe the thread is mixing issues
I suppose for this thread I would only want to know if there's a way to force update an app in error state. The network issue is documented here. I'm currently very stuck on updating those custom apps when the registry is inaccessible and would appreciate any help.
rosano said:
I'm currently very stuck on updating those custom apps when the registry is inaccessible and would appreciate any help.
I've solved my issue by pushing an image to an external registry (docker hub) and then tagging the unreachable image:
docker pull alfa/bravo:charlie docker tag alfa/bravo:charlie docker.cloudron.example.com/bravo:latest docker push docker.cloudron.example.com/bravo:latestBut I've learned that I need to phase out the self-hosted Docker registry due to those same-server network issues and migrate to Cloudron's CLI's built-in uploading and building.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login