Nextcloud 12.0.1RC4 - HELP TEST!

Yes. The app has to be signed by a certificate issued from Nextcloud, it seems to have a certificate at https://github.com/nextcloud/app-certificate-requests but uses the one from ownCloud for the signature.json file. Please tell the author to use the Nextcloud certificate there as well.

Interesting, I also encountered this while working on a recent app of mine and I had to workaround hugely around it. But this seems like something that may affect more apps and we should make it way easier to work on the storage wrappers here.

Maybe as a first step just make the properties public?

@icewind Thoughts?

Hello,
php7.0-zip is installed (and gzip and unzip)

This is the updater.log :
2017-08-07T15:03:03+0000 EHeRpW4vfC [info] internal version: 12.0.0.29
2017-08-07T15:03:03+0000 EHeRpW4vfC [info] updateURL:
https://updates.nextcloud.org/updater_server/?version=12x0x0x29xxxstablexx2017-05-22T08%3A27%3A00%2B00%3A00+98e26f8b5c8b238e7f3556e900c524ce78bde95ax7x0x20
2017-08-07T15:03:03+0000 EHeRpW4vfC [info] getUpdateServerResponse
response: Array
(
[version] => 12.0.1.5
[versionstring] => Nextcloud 12.0.1
[url] =>
https://download.nextcloud.com/server/prereleases/nextcloud-12.0.1.zip
[web] =>
https://docs.nextcloud.com/server/11/admin_manual/maintenance/upgrade.html
[autoupdater] => 1
[signature] =>
R6+aQoW/L0L7RyM/ER06kH7XJHyskvmuOHcUKIydWGbFN1PQTjblqXiiUcsmFtsD
+ZLeiPtWg3wquzuA3GWk7vrJrRvIKguULBEdtaDv76jeOxX8IVtPZYyq9ywSleHU
qd9CCurtREBZVmaQLy79+aXvan+pSvq4f9kl9jVVDp/v9QDpaHSLtKrUCHGgyQZO
0APf4QTMn+Jlw40JD3vbQSPkxWb7dcQEE6gGg6htN7iLHRRVXf8sJWFrLGotCHCH
RVY+A9o0d/+e49hXBsqNA03y1ZETQkVle1X7618aFj+Rfekq+yANXG1w2yD69Erv
DB8RQvd5QS/1Igt4LyTdMw==
)

2017-08-07T15:03:03+0000 EHeRpW4vfC [info] storage location:
/var/www/nextcloud/data/updater-ocwwa28hdicz/downloads/
2017-08-07T15:03:05+0000 EHeRpW4vfC [info] end of verifyIntegrity()
2017-08-07T15:03:05+0000 EHeRpW4vfC [info] endStep(“6”)
2017-08-07T15:03:05+0000 3P0JKElpYN [info] request to updater
2017-08-07T15:03:05+0000 3P0JKElpYN [info] currentStep()
2017-08-07T15:03:05+0000 3P0JKElpYN [info] Step 6 is in state “end”.
2017-08-07T15:03:05+0000 3P0JKElpYN [info] POST request for step "7"
2017-08-07T15:03:05+0000 3P0JKElpYN [info] startStep(“7”)
2017-08-07T15:03:05+0000 3P0JKElpYN [info] extractDownload()
2017-08-07T15:03:05+0000 3P0JKElpYN [info] storage location:
/var/www/nextcloud/data/updater-ocwwa28hdicz/downloads/
2017-08-07T15:04:08+0000 3P0JKElpYN [info] end of extractDownload()
2017-08-07T15:04:08+0000 3P0JKElpYN [info] endStep(“7”)
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] request to updater
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] currentStep()
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] Step 7 is in state “end”.
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] POST request for step "7"
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] startStep(“7”)
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] extractDownload()
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] storage location:
/var/www/nextcloud/data/updater-ocwwa28hdicz/downloads/
2017-08-07T15:04:19+0000 jXlejpeGM1 [error] POST request failed with other
exception
2017-08-07T15:04:19+0000 jXlejpeGM1 [error] Exception: Exception
Message: Cant handle ZIP file. Error code is: 5
Code:0
Trace:
#0 /var/www/nextcloud/updater/index.php(1242): Updater->extractDownload()
#1 {main}
File:/var/www/nextcloud/updater/index.php
Line:726

2017-08-07T15:04:19+0000 jXlejpeGM1 [info] rollbackChanges(“7”)
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] unlink .step
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] rollbackChanges - step >= 7
2017-08-07T15:04:19+0000 jXlejpeGM1 [info] end of rollbackChanges()
root@shuttle:/var/www/nextcloud/data#

12.0.1 is out:

https://nextcloud.com/changelog/

Thanks to everybody who helped testing.

Does your http user have sufficient permissions to read/write the downloaded file and write into that folder?
Is the tmp folder big enough and not limited?

From the zip man pages:
Error Code 5 UnZip was unable to allocate memory or unable to obtain a tty (terminal) to read the decryption password(s).

Hello,
It is OK now. I really dont know what happend, I just tried a restart
updater
and now it OK

Thanks anyway

3 posts were split to a new topic: Error creating S3 bucket

Many thanks to you all for your big/great engagement!
I’ m so happy to have my calendars again.

Frank

I think i might have broken something during the update using the web UI. How do I roll back to 12.0?

That requires a backup, downgrading is not supported…