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
Currently mYm check is simplistic against version range and only errors. Since setupDJ installs initial mYm, these things should be expanded to support installations across versions esp. when mYm /DJ pairs might be incompatibile.
To do this:
Move mym version check in Connection.m into setupDJ() function -
to ensure earlier detection of mismatched DJ/mYm pairs
Offer some means to update/correct mYm installation to match mYm to DJ
e.g. updateMym(versionno) to update to version number or tag or without for default
The text was updated successfully, but these errors were encountered:
Currently mYm check is simplistic against version range and only errors. Since setupDJ installs initial mYm, these things should be expanded to support installations across versions esp. when mYm /DJ pairs might be incompatibile.
To do this:
to ensure earlier detection of mismatched DJ/mYm pairs
e.g. updateMym(versionno) to update to version number or tag or without for default
The text was updated successfully, but these errors were encountered: