NC v33.0.6 available?
-
Would it be possible to update from v33.0.5 to 33.0.6 instead to directly v34.0.1?
Our case is the following:
We are using custom menu app and impersonate (among other apps) and these are not compatible with v34 yet.
On the other hand, there is this bug which has been fixed in v33.0.6 and v34.0.1.
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 real improvement of the new waffle menu has been implemented and all the apps we use are compatible with v34.Any orientation or help to update to v33.0.6 would be really appreciated!
-
Hello @giofonseca
It is difficult for us to publish an older version.
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.
A broken down command log for that:
# 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_APPIDWhen Nextcloud 34 is ready to support your Nextcloud apps, use this command to update your Nextcloud from the app store:
# 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 -
Thanks a lot for your support we will discuss in our team how to proceed but with your help, the way look promising.
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