<?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[Staging environment for custom apps]]></title><description><![CDATA[<p dir="auto">When I want to update a custom app but make sure there's no deployment-related issue, I have too choices on Cloudron:</p>
<ul>
<li>Update my app, hope for the best and revert immediately using backup (easy, but causes 1-2 minutes of downtime)</li>
<li>Create a second app for staging only, test it there, and if needed, push again to production</li>
</ul>
<p dir="auto">Suggestion: Introduce a staging environment for custom apps</p>
<ol>
<li>Under the hood, this is another custom app in cloudron, but the UI treats it differently</li>
<li>I install it using cloudron update --staging for my app</li>
<li>I can reach it under a staging domain</li>
<li>If I am happy, I can push a button (or run Cloudron CLI) to direct traffic to the new app instead of the previous one. Ideally, staging becomes production and old production gets deleted to reduce downtime, but I haven't thought this through.</li>
</ol>
<p dir="auto">Benefits of this approach over the current one:</p>
<ol>
<li>I don't have to create two apps for the same thing, because logically, this is one app in different states</li>
<li>Hopefully, this approach could reduce downtime</li>
</ol>
]]></description><link>https://forum.cloudron.io/topic/14709/staging-environment-for-custom-apps</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 20:05:15 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/14709.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Dec 2025 19:08:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 23:17:31 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> I explained badly - was rushing - my bad.<br />
I meant that I test the new version with real data from production, so it can be repointed.<br />
But I don't often do staging, so I gladly defer to your workflow and your requirements.<br />
If your Feature Request is accepted and helps the flow, maybe I'll take the opportunity to learn from it.<br />
I'm distinctly low-tech long-route until I have learnt a smarter of doing it <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":smile:" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/117120</link><guid isPermaLink="true">https://forum.cloudron.io/post/117120</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Mon, 15 Dec 2025 23:17:31 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 22:26:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> said in <a href="/post/117108">Staging environment for custom apps</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> I think we have a different understanding of staging.<br />
No point in testing an app before promotion without real data.</p>
</blockquote>
<p dir="auto">Sure. I assumed you wanted to say that you install a second app, and then swap domains between the original and second app, which would mean that the second app without the data becomes production.</p>
<p dir="auto">Maybe I misunderstood?</p>
]]></description><link>https://forum.cloudron.io/post/117116</link><guid isPermaLink="true">https://forum.cloudron.io/post/117116</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Mon, 15 Dec 2025 22:26:27 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 20:04:55 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> I think we have a different understanding of staging.<br />
No point in testing an app before promotion without real data.</p>
]]></description><link>https://forum.cloudron.io/post/117108</link><guid isPermaLink="true">https://forum.cloudron.io/post/117108</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Mon, 15 Dec 2025 20:04:55 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 18:38:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> If you use the cloudron database add-on, the data wouldn't be transferred this way.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> said in <a href="/post/117069">Staging environment for custom apps</a>:</p>
<blockquote>
<p dir="auto">I am not 100% sure what the proposed solution here is, but sounds like a simple shell script wrapper around the cloudron cli achieves that already?</p>
<p dir="auto">Essentially this would be:</p>
<ol>
<li>backup prod app</li>
<li>clone from prod backup to staging</li>
<li>update stating app instance</li>
<li>test</li>
<li>if test is good, update the prod app</li>
</ol>
<p dir="auto">Is there anything missing from this?</p>
</blockquote>
<p dir="auto">I can't say for sure, I kind of wanted to start a discussion first and see if other users have the same problem.</p>
]]></description><link>https://forum.cloudron.io/post/117106</link><guid isPermaLink="true">https://forum.cloudron.io/post/117106</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Mon, 15 Dec 2025 18:38:46 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 12:50:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> spot on. Your shell ui proposal flew over my head but yeah in essence I’m looking for a shortcut/speed enhancement.</p>
]]></description><link>https://forum.cloudron.io/post/117071</link><guid isPermaLink="true">https://forum.cloudron.io/post/117071</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Mon, 15 Dec 2025 12:50:57 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 12:47:54 GMT]]></title><description><![CDATA[<p dir="auto">I am not 100% sure what the proposed solution here is, but sounds like a simple shell script wrapper around the cloudron cli achieves that already?</p>
<p dir="auto">Essentially this would be:</p>
<ol>
<li>backup prod app</li>
<li>clone from prod backup to staging</li>
<li>update stating app instance</li>
<li>test</li>
<li>if test is good, update the prod app</li>
</ol>
<p dir="auto">Is there anything missing from this?</p>
]]></description><link>https://forum.cloudron.io/post/117069</link><guid isPermaLink="true">https://forum.cloudron.io/post/117069</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 15 Dec 2025 12:47:54 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 12:43:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> the staging site is persistent as it’ll always be used to test updates or any changes before deployment. Having two apps/containers is not an issue but I’d like to have a faster way to sync between the two. A selection box to sync a to b or vice versa will do. In the back end is it’s achieved by relying on the latest backup, that’s fine too. This request is definitely in the advanced category right beside high availability. But we know the staff’s opinion on HA so yeah i don’t see this gaining any traction either. One can hope though.</p>
]]></description><link>https://forum.cloudron.io/post/117068</link><guid isPermaLink="true">https://forum.cloudron.io/post/117068</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Mon, 15 Dec 2025 12:43:43 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 12:37:38 GMT]]></title><description><![CDATA[<p dir="auto">Along the same lines as <a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> 's input, there is already a Docker app, which can be used to deploy the app in progress, and then use his suggested mode to move it to production; or restore to the production domain from a backup of the dev app.</p>
<p dir="auto">So, I'm not on Staff, I can only go by what the website says and what I've read on the Forums, and if this drives your business away <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> ... Sorry Cloudron team! But the website says, "Complete solution for running apps on your own server", not, "Complete solution for running your own apps on a server". Like I said, there are other options that are more openly and purposefully built for that (and suck, unless you are a top dev). Cloudron lets me run apps, which I've chosen from the ones they've prepared, on my own server. I could see that the Introduction section of <a href="https://docs.cloudron.io/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/</a> could make one think that "apps" means ANY app, but it more directly means the apps in the app store.</p>
<p dir="auto">On the home page of Cloudron there is one text, "Users can use the dashboard to access their apps." which again could be understood to mean ANY APP, but then further down we read "We put great effort into our app packages" which makes it clear that the apps are prepped BY Cloudron. So, your assertion that "the purpose of cloudron is to let me run popular open-source apps next to my own ones without the need of an additional server."* is not correct. You could say, "the power of cloudron allows me to run popular open-source apps next to my own ones without the need of an additional server and with the help from the Forum."* but like I said, this is a community-appreciated ability generated by the goodwill of the Cloudron team. There have been many who assume that whatever they want should be allowed, squeezed in, coded for, and to a surprising degree Cloudron devs really listen and implements some of these.</p>
<p dir="auto">You really don't need to retract anything. You suggested something, some others suggested alternatives, I suggested it wasn't needed. This is all discussion about Cloudron. If the Cloudron Team wants to add this stuff, I won't stop them... but the amount of work they already do to have gotten us all this far, and keeping things stable, just to add a fringe request which ppl think will be "simple" "logical", just some shortcuts... oh man, much much more than that is involved to keep the Cloudron system as good and secure as it is. And different apps will need different approaches for a staging level, dbs, backups, domains, proxies or not, visible or not, email or not, <em>Now</em> the Cloudron Team is coding solutions for these apps, something the app's developers should be doing!</p>
<p dir="auto">*I don't get the deal about the need for an additional server. Do you mean you run a server with Cloudron on it, AND a second (or more) server with the apps that Cloudron doesn't have, or the dev apps you have, and you wish you didn't need that second server? I myself have 3 additional servers running apps that Cloudron doesn't have. Some of the apps are on the App Wishlist; I understand why they haven't prepped them. I am excited by the prospect that I could prep them (but I lack the dev chops). Such is life.</p>
]]></description><link>https://forum.cloudron.io/post/117067</link><guid isPermaLink="true">https://forum.cloudron.io/post/117067</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Mon, 15 Dec 2025 12:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 09:56:49 GMT]]></title><description><![CDATA[<p dir="auto">I only partially understand the problem here.<br />
Whichever way you look at it, there has to be 2 containers.<br />
I don’t often have the need, but when I do, I install the staging app to ‘zzz.domain.tld’ and when I am happy it’s ready, I change the production deployment ‘app.domain.tld’ to ‘vXX.domain.tld’ and change ‘zzz.domain.tld’ to ‘app.domain.tld’. Staging is now live and I can archive or uninstall the previous version.<br />
No re-pushing of images or apps.<br />
Change of url much faster.</p>
<p dir="auto">I don’t see that writing an interface around this process is worth the effort, but hey, if that’s what others want, I have no beef with that.<br />
I just think there are higher priority wish list items.</p>
]]></description><link>https://forum.cloudron.io/post/117056</link><guid isPermaLink="true">https://forum.cloudron.io/post/117056</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Mon, 15 Dec 2025 09:56:49 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 09:48:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> said in <a href="/post/117014">Staging environment for custom apps</a>:</p>
<blockquote>
<p dir="auto">Naaah. If you want to use custom apps there are lots of options built just for that for you to have fun with (easypanel, runtipi, yunohost, etc.). Cloudron is for Cloudron-prepped apps; they admire the tinkerer mindset and graciously leave it open for those who can tinker to do so. I don't think they need to formalize/code-alize this option any more than they have.</p>
<p dir="auto">I just noticed there isn't a downvote option.</p>
</blockquote>
<p dir="auto">For me, the purpose of cloudron is to let me run popular open-source apps next to my own ones without the need of an additional server. If that's a minority opinion around here, I gladly retract my suggestion, but I don't think just saying "I wouldn't benefit from this feature" is a reason for not letting others have it.</p>
<p dir="auto">@humptydumpty said in <a href="/post/117008">Staging environment for custom apps</a>:</p>
<blockquote>
<p dir="auto">The whole switching thing sounds unnecessary. Why not have a "sync" button to keep the staging site up-to-date with the production site for future testing?</p>
</blockquote>
<p dir="auto">I am with you here. Let's see it more as an open discussion how staging vs. production could be simplified (if needed).</p>
]]></description><link>https://forum.cloudron.io/post/117054</link><guid isPermaLink="true">https://forum.cloudron.io/post/117054</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Mon, 15 Dec 2025 09:48:33 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 05:20:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> the feature request is valid for CR packaged apps too. I know I would use it with my WP sites. It would be great if I could simply sync the production and the dev sites as needed whether it’s for testing a new update before rolling it out, updating the site content, or applying a new theme. A simple overwrite will do even if it’s done from a backup and not from the live site. That’s still many steps less than going thru a new app install &gt; import from a backup workflow.</p>
]]></description><link>https://forum.cloudron.io/post/117023</link><guid isPermaLink="true">https://forum.cloudron.io/post/117023</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Mon, 15 Dec 2025 05:20:13 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 04:15:37 GMT]]></title><description><![CDATA[<p dir="auto">CCAI is good for staging</p>
]]></description><link>https://forum.cloudron.io/post/117021</link><guid isPermaLink="true">https://forum.cloudron.io/post/117021</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 15 Dec 2025 04:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 03:06:56 GMT]]></title><description><![CDATA[<p dir="auto">Naaah. If you want to use custom apps there are lots of options built just for that for you to have fun with (easypanel, runtipi, yunohost, etc.). Cloudron is for Cloudron-prepped apps; they admire the tinkerer mindset and graciously leave it open for those who can tinker to do so. I don't think they need to formalize/code-alize this option any more than they have.</p>
<p dir="auto">I just noticed there isn't a downvote option.</p>
]]></description><link>https://forum.cloudron.io/post/117014</link><guid isPermaLink="true">https://forum.cloudron.io/post/117014</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Mon, 15 Dec 2025 03:06:56 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Mon, 15 Dec 2025 00:35:48 GMT]]></title><description><![CDATA[<p dir="auto">The whole switching thing sounds unnecessary. Why not have a "sync" button to keep the staging site up-to-date with the production site for future testing?</p>
]]></description><link>https://forum.cloudron.io/post/117008</link><guid isPermaLink="true">https://forum.cloudron.io/post/117008</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Mon, 15 Dec 2025 00:35:48 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Sun, 14 Dec 2025 17:13:18 GMT]]></title><description><![CDATA[<p dir="auto">Yes, but that doesn't matter much, there could be some UI and CLI shortcuts implemented around it.</p>
]]></description><link>https://forum.cloudron.io/post/116998</link><guid isPermaLink="true">https://forum.cloudron.io/post/116998</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Sun, 14 Dec 2025 17:13:18 GMT</pubDate></item><item><title><![CDATA[Reply to Staging environment for custom apps on Fri, 12 Dec 2025 05:17:43 GMT]]></title><description><![CDATA[<p dir="auto">Even if the UI did this as one App, under the hood it's still two completely different containers, environments and apps.</p>
]]></description><link>https://forum.cloudron.io/post/116839</link><guid isPermaLink="true">https://forum.cloudron.io/post/116839</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 12 Dec 2025 05:17:43 GMT</pubDate></item></channel></rss>