-
Notifications
You must be signed in to change notification settings - Fork 20
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
Upgrade from 9.0 to 9.1 fails #336
Comments
@VicDeo can you have a look ? Maybe changing the scope of |
Reopening for testing in tomorrow's daily |
@jvillafanez please retest with tomorrow's daily |
Updating to master-daily won't work from 9.0.1 or 9.0.0, please test stable9-daily. See:
|
Still failing due to other things, not really sure if it's the updater or the upgrade to 9.1 trace:
update.log
|
Rechecked today:
I'm worried there could be an issue with the updater, not with the upgrade process itself 😟 |
looking forward to the details 😄 |
That's the output from owncloud-daily-stable9 to 9.1 |
Debug trace of the automatic script (don't get lost 😄 )
Some key points: Integrity checks passes before and after the upgrade:
Upgrade goes well:
|
9.0 to 9.0.2 RC1 (daily) Build:2016-04-28T03:03:12+00:00 795f321a1985b682bff584f252dd6f2fd95dad65 Status - success
|
ah. got it Core tries to disable "incompatible" |
@VicDeo any chance to get this fixed quickly ? |
Is this easy to reproduce ? |
@PVince81 easy to reproduce:
Not sure about quickfix though. I spent Thursday and Friday on it already. :/ |
@VicDeo any insights at least ? |
@VicDeo your patch is about upgrading to master / 9.1. Can you confirm whether upgrading works within 9.0.x versions or is it the same problem ? |
From my POV we should replace all shipped apps at once and run upgrade once - doing this step by step is wrong |
@PVince81 This issue is called https://github.com/owncloud/core/blob/stable9/core/shipped.json#L41 |
@VicDeo right, makes sense. We should have informed you 😄 If upgrading to any 9.0.x version works then I think this is not a blocker for the 9.0.2 release any more. The updater code can then be fixed as part of 9.0.3 to work with the future 9.1 update. |
|
@VicDeo please do confirm that I understood it correctly |
@PVince81 you did understand it correctly, but it's better to check by updating It succeeds too:
After:
update.log (no errors):
|
@VicDeo thanks. I'm currently trying to test updating "9.0.1" to "9.0.2RC1". Unfortunately it seems 9.0.2RC1 isn't available in any channels so I tried to make "Fetcher.php" point at a local tarball. However the updater still says "there is no update available". It would be really useful if you could spend some time on #334 to make testing easier. |
@PVince81 For now you can just switch the upgrade channel to |
Ah, I had it set to "beta", not "daily". With "daily" it works. |
|
Also the integrity check warnings have disappeared in RC2. |
Tested again updating from owncloud-daily-stable9.tar to owncloud-daily-master via daily and it keeps failing |
@davitol this wasn't fixed |
@jvillafanez please test #347 |
Steps to reproduce
Expected behaviour
Updater upgrades to 9.1
Actual behaviour
Upgrade fails
Server configuration
Operating system: ubuntu 14.04
Web server: apache 2.4.7
Database: mysql
PHP version: 5.5.9
ownCloud version: 9.1.0 pre alpha 2016-04-26T03:08:09+00:00 d8f327831e6f64658c50131c2e7344ee6fa0e86a
Updated from an older ownCloud or fresh install: updated from 9.0.1 daily
Updater trace
Update.log
(*) The url where the updater downloads the file changed to make sure the daily master package (9.1) is downloaded for the current version. In addition, the build date of the current version (9.0.1) was modified (it was set 2 days ago), probably needed for the server side.
Probably related to #335
The text was updated successfully, but these errors were encountered: