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

Don't overwrite plugin configuration when removing/upgrading plugins #7890

Merged
merged 1 commit into from Oct 7, 2014

Commits on Oct 7, 2014

  1. plugins: disable support for config dir

    When removing and installing again the plugin all configuration files will be removed in `config/pluginname` dir.
    This is bad as users may have set and added specific configuration files.
    
    During an install, if we detect already existing files in `config/pluginname` directory, we simply copy the new file to the same dir but we append a `.new` at the end.
    
    Related to  elastic#5064.
    
    (cherry picked from commit 5da028f)
    (cherry picked from commit 4cb1f95)
    dadoonet committed Oct 7, 2014
    Copy the full SHA
    09ff372 View commit details
    Browse the repository at this point in the history