-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test web updater update for 8.2.11, 9.0.9, 9.1.5 #409
Comments
@PVince81 should it be a single PR or one PR per migration? |
doing it like a last time:
|
Btw according to the description at https://owncloud.org/release-channels/ we should use |
@VicDeo sounds good, but then we need to deploy quickly (in the next days) because it doesn't make much sense to deploy RC to beta very close to the final release. |
@davitol @PVince81 here you are (beta channel only) owncloud/administration#120 |
Test Results Scenario:
webUIWithin the same "family"
Crossfamily
In a row CLIWithin the same "family"
Crossfamily
|
Cannot update via webUI from 9.0.9. RC1 -> 9.1.5 RC1 |
@davitol I've just successfully upgraded provided 9.0.9 instance to 9.1.5rc1 with no effort. |
I think it was that server, but now "magically" I cannot make it fail in any container/environment. Last week I was failing every single time I did that update with several containers, but due to I cannot reproduce it now, I guess I'll "thumbup" it later. I want to give another try this afternoon. Thanks for checking @VicDeo |
@VicDeo reproduce again. The key is encryption enabled in the server. |
seems to be
|
@PVince81 looks like PHP7 session quirks? |
there is nothing else suspicious in logs. |
@VicDeo PHP 7's garbage collector seems to be different. Basically in some cases the destructor either was called in a later PHP request, which is really odd. Or it was called twice in the same. If possible I suggest to just add a check to only close if not already closed. |
@PVince81 thanks for the idea, will test this solution |
@davitol it is enough to just enable encryption app or more steps are reqiured for reproduction? |
Updater was deployed so let's close the ticket |
@VicDeo please prepare a PR so @davitol can test.
Goal is to find potential updater issue so that when we enable final there will be no surprises.
The text was updated successfully, but these errors were encountered: