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

Downgrading kibana causes page to not load #7318

Closed
jbudz opened this issue May 27, 2016 · 0 comments
Closed

Downgrading kibana causes page to not load #7318

jbudz opened this issue May 27, 2016 · 0 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience v5.0.0-alpha4 v5.0.0

Comments

@jbudz
Copy link
Member

jbudz commented May 27, 2016

Found by @tsullivan

  1. Clear .kibana
  2. Start kibana 5.0.0
  3. Change package.json.version to 5.0.0-alpha3
  4. Restart server

kibana ids .kibana/config by the version in package.json. If we downgrade https://github.com/elastic/kibana/blob/master/src/plugins/elasticsearch/lib/upgrade_config.js#L35 returns early and we don't create a new .kibana/config/my-downgraded-kibana version. Then

return client
gets a 404 and our promise is never resolved().

@jbudz jbudz added the bug Fixes for quality problems that affect the customer experience label May 27, 2016
@ycombinator ycombinator self-assigned this May 31, 2016
ycombinator added a commit that referenced this issue Jun 2, 2016
If user settings cannot be found for installed version of Kibana, turn Kibana plugin red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience v5.0.0-alpha4 v5.0.0
Projects
None yet
Development

No branches or pull requests

2 participants