Cloudron update didn't update
-
I had an odd case just now with a custom python app.
cloudron updateran successfully, but it did not update my application, the cold stayed the previous one. Reinstalling the app solved the problem.
Here is what I did:- I used docker build with the no-cache option
- I was definitely in the right folder
- I pushed it to docker.io and confirmed in the dashboard that the push happened
- I then used cloudron update to update the application
The command ran successfully, but i could identify a typo in the code which I fixed locally but it wasn't fixed on the server. But it was after uninstalling and re-installing the app.
Any ideas why that might be the case?
-
G girish moved this topic from Support on
-
Just to check, this is how I used cloudron update:
cloudron update --app PATH --image docker.io/DETAILS (tag not specified)Since I specified the app path, how can it have updated another instance?
When I run cloudron status after updating, it shows this: Could not determine app. Use --app to specify the app
I just tried it again and didn't get any update either, but everything ran without any error message.
-
Just to check, this is how I used cloudron update:
cloudron update --app PATH --image docker.io/DETAILS (tag not specified)Since I specified the app path, how can it have updated another instance?
When I run cloudron status after updating, it shows this: Could not determine app. Use --app to specify the app
I just tried it again and didn't get any update either, but everything ran without any error message.
-
@ekevu123 then, there is something wrong with the packaging. I am not sure how your Dockerfile looks like but maybe you copy over the code in a start up script or something ? Test the docker image locally using
docker run -ti <docker_image> /bin/bash. Is it having the fixed code?
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