ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

ibex_install: mysql fails to install #8195

Closed FreddieAkeroyd closed 8 months ago

FreddieAkeroyd commented 8 months ago

The ibex mysql upgrade, which can be called by ibex_utils\installation_and_upgrade\upgrade_mysql.bat errors out when calling install_mysql at https://github.com/ISISComputingGroup/ibex_utils/blob/e49bf77ea5a6e971a11e5e32009c17d1a969950f/installation_and_upgrade/ibex_install_utils/tasks/mysql_tasks.py#L295 This is because the @version_check decorator from https://github.com/ISISComputingGroup/ibex_utils/blob/e49bf77ea5a6e971a11e5e32009c17d1a969950f/installation_and_upgrade/ibex_install_utils/version_check.py#L8 is unable to decorate a function with a keyword argument

Acceptance criteria