I am upgrading openmrs from 2.0.6 version to 2.3.2 on Ubuntu linux server. After deploying openmrs.war it get stuck at database updates. From the log file I have come across error bellow. Does it mean the update want to change the table description? and how do I fix it?
WARNING 11/17/20 5:20 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case
From the website liquibase manual it look like an application. How will this help with the running openmrs upgrade because after producing the above error openmrs is stuck it does not continue upgrading.
Yes you just need to wait. It could take hours. I have seen some big databases where it takes days. It logs the changesets one by one after executing each. So it will log the next changeset only after finishing the currently executing one.