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

Migrate config when upgrading #2377

Closed
rashidkpc opened this issue Dec 17, 2014 · 1 comment · Fixed by #2745
Closed

Migrate config when upgrading #2377

rashidkpc opened this issue Dec 17, 2014 · 1 comment · Fixed by #2745
Assignees
Labels
bug Fixes for quality problems that affect the customer experience PR sent
Milestone

Comments

@rashidkpc
Copy link
Contributor

Currently we don't migrate the configuration to a new doc when we upgrade, causing global settings to be lost.

@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience help wanted adoptme labels Dec 17, 2014
@rashidkpc rashidkpc added this to the 4.0.0-RC1 milestone Dec 17, 2014
@rashidkpc
Copy link
Contributor Author

This should be done on the server at startup. It should look for a config that matches its version, and migrate the latest version currently in existence if needed. Debatable if we need to support Beta3 -> RC1, but RC1 -> GA is a requirement

simianhacker added a commit to simianhacker/kibana that referenced this issue Jan 23, 2015
- Closes elastic#2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
simianhacker added a commit to simianhacker/kibana that referenced this issue Jan 23, 2015
- Closes elastic#2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
@rashidkpc rashidkpc added PR sent and removed help wanted adoptme labels Jan 26, 2015
w33ble added a commit that referenced this issue Jan 30, 2015
Closes #2377 - Migrate config from GA and Beyond
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 PR sent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants