OpenSearch/distribution
Jason Tedor b56afebad1
Fix creating keystore when upgrading (#29121)
When upgrading via the RPM package, we can run into a problem where
the keystore fails to be created. This arises because the %post script
on RPM runs after the new package files are installed but before the
removal of the old package files. This means that the contents of the
lib folder can contain files from the old package and the new package
and thus running the create keystore tool can encounter JAR hell
issues and fail. To solve this, we move creating the keystore to the
%posttrans script which runs after the old package files are
removed. We only need to do this on the RPM package, so we add a
switch in the shared post-install script.
2018-03-17 07:48:40 -04:00
..
archives Build: Remove rest tests on archive distribution projects (#28952) 2018-03-08 19:46:54 -08:00
bwc Build: Group archive and package distribution projects (#28673) 2018-02-13 22:49:53 -08:00
packages Fix creating keystore when upgrading (#29121) 2018-03-17 07:48:40 -04:00
src Fix starting on Windows from another drive (#29086) 2018-03-16 07:28:24 -04:00
tools Revert "Improve error message for installing plugin (#28298)" 2018-03-15 10:47:50 -07:00
build.gradle Put JVM crash logs in the default log directory (#29028) 2018-03-13 16:32:16 -04:00