You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
When we import a sandbox, dbdeployer tries finding a suitable client by matching the version.
It should, however, take the flavor into account, and avoid a client that has a well matched version but not the same flavor.
The text was updated successfully, but these errors were encountered:
NEW FEATURES
- dbdeployer can guess the next downloadable version with the command
"dbdeployer downloads get-by-version 8.0 --guess-latest"
or
"dbdeployer downloads get-by-version 5.7 --guess-latest"
BUGS FIXED
- Issue #95 mismatched values in fan-in when using nodes > 3
- Issue #93 Client detection for imported sandbox doesn't take flavor into account
TESTING
- Add test for FindOrGuessTarballByVersionFlavorOS
- Add mock test for fan-in nodes
When we import a sandbox, dbdeployer tries finding a suitable client by matching the version.
It should, however, take the flavor into account, and avoid a client that has a well matched version but not the same flavor.
The text was updated successfully, but these errors were encountered: