I am using MSSQL server and inserting change log data while installation using liquibase. while executing liquibase change log file , i am getting below error.
Unexpected error running Liquibase: Could not acquire change log lock. Currently locked by 'UserName'(IpAddress) since 4/2/19 12:36 PM
this error occured due to your changelog table's lock is aquire by other user and this entry is added in 'DATABASECHANGELOGLOCK' table.
solution: remove given entry from 'DATABASECHANGELOGLOCK' table.
delete FROM [dbo].[DATABASECHANGELOGLOCK] where ID=123
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With