Unable to update data model using liquibase.xml(Resolved)

Hello, Am facing a liquibase changeset problem when i try to load a module into openmrs instance. Am testing this on openmrs ref app 2.12.0.

i came on different openmrs talk where they suggested to downgrade to mysql version 5.7 and below, but the error still exists. What could i be missing ? Here is my liquibase file. Here is the full log cc @mozzy @dkayiwa

Put a closing ) on this and try again: openmrs-module-dss/liquibase.xml at master · sherrif10/openmrs-module-dss · GitHub

1 Like

Thanks @dkayiwa . Getting the same error but of liquibase validationException WARN - ModuleFactory.startModuleInternal(786) |2023-03-13 16:39:06,040| Error wh - Pastebin.com. Probably it could be liquibase checksum. Let me clean them up first.

@sharif the error log shows there is a liquibase validation exception, meaning your changeset may not be valid for some reason. I think you should try using an sql query thats already tested in a DB tool like work bench and then put it in the tag .Thats should save you alot of time to trouble shoot

1 Like

https://wiki.openmrs.org/display/docs/How+to+Modify+a+Bad+Changeset

2 Likes

Thanks @dkayiwa @dbaluku . This has resolved the issue.

2 Likes