<?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[NC v33.0.6 available?]]></title><description><![CDATA[<p dir="auto">Would it be possible to update from v33.0.5 to 33.0.6 instead to directly v34.0.1?<br />
Our case is the following:<br />
We are using custom menu app and impersonate (among other apps) and these are not compatible with v34 yet.<br />
On the other hand, there is <a href="https://github.com/nextcloud/groupfolders/issues/4752#issuecomment-4721120206" target="_blank" rel="noopener noreferrer nofollow ugc">this bug</a> which has been fixed in v33.0.6 and v34.0.1.<br />
We would love to fix that issue (at the moment we have disabled public links) but not having to upgrade to v.34.0.1 until custom menu app or <a href="https://github.com/nextcloud/server/issues/59888#issuecomment-4741201242" target="_blank" rel="noopener noreferrer nofollow ugc">a real improvement of the new waffle menu</a> has been implemented and all the apps we use are compatible with v34.</p>
<p dir="auto">Any orientation or help to update to v33.0.6 would be really appreciated!</p>
]]></description><link>https://forum.cloudron.io/topic/15679/nc-v33.0.6-available</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 15:08:01 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15679.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Jul 2026 18:06:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NC v33.0.6 available? on Mon, 06 Jul 2026 14:56:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot for your support we will discuss in our team how to proceed but with your help, the way look promising.</p>
]]></description><link>https://forum.cloudron.io/post/126473</link><guid isPermaLink="true">https://forum.cloudron.io/post/126473</guid><dc:creator><![CDATA[giofonseca]]></dc:creator><pubDate>Mon, 06 Jul 2026 14:56:44 GMT</pubDate></item><item><title><![CDATA[Reply to NC v33.0.6 available? on Mon, 06 Jul 2026 09:04:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/giofonseca" aria-label="Profile: giofonseca">@<bdi>giofonseca</bdi></a></p>
<p dir="auto">It is difficult for us to publish an older version.</p>
<p dir="auto">If you really need Nextcloud 33.0.6 urgently you could update your Nextcloud app manually and when 34 is ready to support your Nextcloud apps you can switch to Cloudron app store updates again.</p>
<p dir="auto">A broken down command log for that:</p>
<pre><code class="language-bash"># Clone the Nextcloud App Repo
git clone https://git.cloudron.io/packages/nextcloud-app.git
cd nextcloud-app

# swtich to the version that packages 33.0.5
git checkout v5.8.3

# Update the CloudronManifest.json
yq -o=json --inplace '.version="5.8.3-1"' CloudronManifest.json
yq -o=json --inplace '.upstreamVersion="33.0.6"' CloudronManifest.json

# Update the Dockerfile Nextcloud version`
sed -i "s/NEXTCLOUD_VERSION=.*/NEXTCLOUD_VERSION=33.0.6/g" Dockerfile

# Build the app
cloudron build --repository $YOUR_DOCKERHUB_USERNAME/$(yq -r .id CloudronManifest.json) --tag $(yq -r .version CloudronManifest.json)

# Update your installed Nextcloud app
cloudron update --app $YOUR_NEXTCLOUD_APP_LOCATION_OR_APPID
</code></pre>
<p dir="auto">When Nextcloud 34 is ready to support your Nextcloud apps, use this command to update your Nextcloud from the app store:</p>
<pre><code class="language-bash"># Using 5.8.4 as an example to update from 5.8.3-1 custom update to 5.8.4 appstore  version
cloudron update --app $YOUR_NEXTCLOUD_APP_LOCATION_OR_APPID --appstore-id $(yq -r .id CloudronManifest.json)@5.8.4
</code></pre>
]]></description><link>https://forum.cloudron.io/post/126448</link><guid isPermaLink="true">https://forum.cloudron.io/post/126448</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 06 Jul 2026 09:04:16 GMT</pubDate></item><item><title><![CDATA[Reply to NC v33.0.6 available? on Mon, 06 Jul 2026 07:54:08 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/giofonseca" aria-label="Profile: giofonseca">@<bdi>giofonseca</bdi></a><br />
Unfortunate, we did not release the Nextcloud version 33.0.6 in our app store, thus there is no official route to update your Nextcloud to version 33.0.6.</p>
<p dir="auto">I'm asking the team if it is possible to publish an "older" version.</p>
]]></description><link>https://forum.cloudron.io/post/126437</link><guid isPermaLink="true">https://forum.cloudron.io/post/126437</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 06 Jul 2026 07:54:08 GMT</pubDate></item></channel></rss>