Skip to content
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

Update from Nextcloud 11 to master is broken #4362

Closed
LukasReschke opened this issue Apr 16, 2017 · 2 comments
Closed

Update from Nextcloud 11 to master is broken #4362

LukasReschke opened this issue Apr 16, 2017 · 2 comments

Comments

@LukasReschke
Copy link
Member

Discovered while writing nextcloud/updater#96, I tried to update from 11.0.1 to https://download.nextcloud.com/server/daily/latest-master.zip

Exception: Updates between multiple major versions and downgrades are unsupported.

@LukasReschke
Copy link
Member Author

$currentVendor = $this->config->getAppValue('core', 'vendor', '');
seems to be an empty string

@LukasReschke
Copy link
Member Author

Bug is #3184 (comment) which is fixed in 11.0.2

Will make sure to instruct the update server to always deliver 11.0.2 before a possible 12 … let me adjust the integration tests 🙈

LukasReschke added a commit to nextcloud/updater that referenced this issue Apr 16, 2017
Due to bug nextcloud/server#4362

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant