If upgrade to a new major version, bypassing patches, what of the intervening sql_update.php?

If upgrading from one major version of OpenEMR to another, where intervening patches haven’t been installed. e.g. from OpenEMR 5.0.2 Patch 3 to 6.0.0 Patch 3, do you need to pay attention to changes that would usually have been made incrementally while upgrading through the following:

  • 5.0.2 Patch 4’s sql_update.php
  • 5.0.2 Patch 5’s sql_update.php

Or are the changes that these sql_update.php scripts would have made, rolled into 6.0.0’s sql_upgrade.php?

Thanks

Hi @PeteBoyd , the patches are rolled in but you’ll have to patch v6.

Brilliant, thank you, and thank you for such a prompt response.