Upgrade Nextcloud to v. 12.0.4

Hello there, I’ve tried new upgrade version of nextcloud 12.0.4 and it seems to work correctly.
Someone else ?

Here is the rpm (nethserver-nextcloud-1.1.8-1.3.pr23.g9d1e168.ns7.noarch.rpm) created by nethbot

As you can see here nextcloud 12.0.4 has over 50 fixes ! :thumbsup:

2 Likes

Tagging here @gerald_FS @dnutan @lucian @Drake @happnatious1
Would you like to help us to test the new version? I would appreciate it

Yeah, Nextcloud update!!! I tried it now…

Is there some repo, I am missing?

yum install http://packages.nethserver.org/nethserver/7.4.1708/autobuild/x86_64/Packages/nethserver-nextcloud-1.1.8-1.3.pr23.g9d1e168.ns7.noarch.rpm
Error: Package: nethserver-nextcloud-1.1.8-1.3.pr23.g9d1e168.ns7.noarch (/nethserver-nextcloud-1.1.8-1.3.pr23.g9d1e168.ns7.noarch)
           Requires: nextcloud >= 12.0.4
           Installed: nextcloud-12.0.3-1.el7.noarch (@nethserver-base)
               nextcloud = 12.0.3-1.el7
           Available: nextcloud-10.0.4-2.el7.noarch (epel)
               nextcloud = 10.0.4-2.el7

Updating manually worked, after that I could update via web UI…

cd /usr/share/
curl -o nextcloud-12-latest.tar.bz2 https://download.nextcloud.com/server/releases/latest-12.tar.bz2
tar -xvjf nextcloud-12-latest.tar.bz2
mkdir nextcloud/data # not needed on update
chown -R apache:apache nextcloud
rm nextcloud-12-latest.tar.bz2

from here:

Now it’s updated

but some errors showing up, maybe because I didn’t use the RPM.

Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)

The “Strict-Transport-Security” HTTP header is not configured to at least “15552000” seconds. For enhanced security we recommend enabling HSTS as described in our security tips.

1 Like

As @mrmarkuz found out we miss a direct link to nextcloud rpm package, or upload them to testing repo.

1 Like

The testing is available https://github.com/NethServer/dev/issues/5398
Thx to @giacomo

3 Likes

Looks tested by @dnutan Right? Can we close?

I think yes.
@giacomo or @davidep ?

Please be patient :slight_smile: I will close it as soon as the update has been released.

1 Like

Thank you all for the work!

The updates has been released few seconds ago :wink:

2 Likes