Problems

Lock

Liquibase Update Failed: Could not acquire change log lock.  Currently locked by rundeck-01 (192.168.1.8) since xxxx-xx-xx xx:xx
SEVERE xxxx-xx-xx xx:xx:liquibase: Could not acquire change log lock.  Currently locked by rundeck-01 (192.168.1.8) since xxxx-xx-xx xx:xx
liquibase.exception.LockException: Could not acquire change log lock.  Currently locked by rundeck-01 (192.168.1.8) since xxxx-xx-xx xx:xx

Connect to rundeck mysql database then play :

UPDATE DATABASECHANGELOGLOCK SET LOCKED=0, LOCKGRANTED=null, LOCKEDBY=null where ID=1;

Source