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

MSI: support for upgrades #97

Open
bpintea opened this issue Jan 24, 2019 · 2 comments
Open

MSI: support for upgrades #97

bpintea opened this issue Jan 24, 2019 · 2 comments

Comments

@bpintea
Copy link
Collaborator

bpintea commented Jan 24, 2019

Currently, side-by-side installation of different driver versions is only supported if they are for different architectures (i.e. x86 and x64 drivers can co-exist).
This ticket tracks the feature to allow the installer do upgrades within the same architecture; for example a 7.0.1 x86 be upgraded to a 7.0.2 x86. (This currently requires uninstalling the 7.0.1 beforehand.)

@UlyssesWu
Copy link

What if I want to connect to 2 different ES, one is v6.8 and another is v7.4 ? The JDBC drivers can do that but ODBC can not.

@bpintea
Copy link
Collaborator Author

bpintea commented Oct 2, 2020

That's an ODBC limitation and requires that either the version is part of the driver name or the driver/server maintains backwards compatibility; the later is the common choice for most vendors and ES adopted it with 7.7 release (see this post); prior versions are version-step-locked.

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

2 participants