<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cloudron update didn't update]]></title><description><![CDATA[<p dir="auto">I had an odd case just now with a custom python app.</p>
<pre><code>cloudron update
</code></pre>
<p dir="auto">ran successfully, but it did not update my application, the cold stayed the previous one. Reinstalling the app solved the problem.<br />
Here is what I did:</p>
<ul>
<li>I used docker build with the no-cache option</li>
<li>I was definitely in the right folder</li>
<li>I pushed it to <a href="http://docker.io" target="_blank" rel="noopener noreferrer nofollow ugc">docker.io</a> and confirmed in the dashboard that the push happened</li>
<li>I then used cloudron update to update the application</li>
</ul>
<p dir="auto">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.</p>
<p dir="auto">Any ideas why that might be the case?</p>
]]></description><link>https://forum.cloudron.io/topic/10490/cloudron-update-didn-t-update</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 02:33:34 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10490.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Nov 2023 10:41:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cloudron update didn't update on Tue, 21 Nov 2023 13:00:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> 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 <code>docker run -ti &lt;docker_image&gt; /bin/bash</code> . Is it having the fixed code?</p>
]]></description><link>https://forum.cloudron.io/post/77870</link><guid isPermaLink="true">https://forum.cloudron.io/post/77870</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 21 Nov 2023 13:00:21 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron update didn't update on Tue, 21 Nov 2023 12:45:35 GMT]]></title><description><![CDATA[<p dir="auto">Thank you. Yes, it shows the correct docker image.</p>
]]></description><link>https://forum.cloudron.io/post/77867</link><guid isPermaLink="true">https://forum.cloudron.io/post/77867</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Tue, 21 Nov 2023 12:45:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron update didn't update on Tue, 21 Nov 2023 12:40:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> <code>cloudron status --app PATH</code></p>
]]></description><link>https://forum.cloudron.io/post/77865</link><guid isPermaLink="true">https://forum.cloudron.io/post/77865</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 21 Nov 2023 12:40:38 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron update didn't update on Tue, 21 Nov 2023 12:19:38 GMT]]></title><description><![CDATA[<p dir="auto">Just to check, this is how I used cloudron update:<br />
cloudron update --app PATH --image <a href="http://docker.io/DETAILS" target="_blank" rel="noopener noreferrer nofollow ugc">docker.io/DETAILS</a> (tag not specified)</p>
<p dir="auto">Since I specified the app path, how can it have updated another instance?</p>
<p dir="auto">When I run cloudron status after updating, it shows this: Could not determine app. Use --app to specify the app</p>
<p dir="auto">I just tried it again and didn't get any update either, but everything ran without any error message.</p>
]]></description><link>https://forum.cloudron.io/post/77859</link><guid isPermaLink="true">https://forum.cloudron.io/post/77859</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Tue, 21 Nov 2023 12:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron update didn't update on Tue, 21 Nov 2023 10:48:09 GMT]]></title><description><![CDATA[<p dir="auto">Just to debug it , you can quickly check if <code>cloudron status</code> is showing the correct docker image after the <code>cloudron update</code> .</p>
]]></description><link>https://forum.cloudron.io/post/77850</link><guid isPermaLink="true">https://forum.cloudron.io/post/77850</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 21 Nov 2023 10:48:09 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron update didn't update on Tue, 21 Nov 2023 10:47:45 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible that you have the app twice installed and it updated another instance? The <code>cloudron update</code> command should give some indication on which instance it updated.</p>
]]></description><link>https://forum.cloudron.io/post/77849</link><guid isPermaLink="true">https://forum.cloudron.io/post/77849</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 21 Nov 2023 10:47:45 GMT</pubDate></item></channel></rss>