Hi I am using Liquibase and Datastax astra and followed this document
But it seems the things are not working.
The liquibase status works.
But when I do update it just hanged
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.checkconstraint.change.DisableCheckConstraintGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.checkconstraint.change.DropCheckConstraintGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.checkconstraint.change.EnableCheckConstraintGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.databasepackage.change.CreatePackageBodyGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.databasepackage.change.CreatePackageGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.databasepackage.change.DropPackageBodyGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.databasepackage.change.DropPackageGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.function.change.CreateFunctionGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.function.change.DropFunctionGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.trigger.change.CreateTriggerGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.trigger.change.DisableTriggerGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.trigger.change.DropTriggerGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.trigger.change.EnableTriggerGenerator
[2024-04-24 12:17:57] FINE [liquibase.servicelocator] Loaded liquibase.sqlgenerator.SqlGenerator instance com.datical.liquibase.ext.storedlogic.trigger.change.RenameTriggerGenerator
[2024-04-24 12:17:57] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:17:57] FINE [liquibase.configuration] No configuration value for liquibase.changelogLockPollRate aka liquibase.changeLogLockPollRate found
[2024-04-24 12:17:57] FINE [liquibase.configuration] Configuration liquibase.changelogLockPollRate is using the default value of 10
[2024-04-24 12:18:07] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:18:17] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:18:27] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:18:37] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:18:47] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:18:57] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:19:07] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:19:17] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:19:28] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:19:38] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:19:48] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:19:58] INFO [liquibase.ext] Waiting for changelog lock.... [2024-04-24 12:20:08] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:20:18] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:20:28] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:20:38] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:20:48] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:20:58] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:21:08] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:21:18] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:21:28] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:21:38] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:21:48] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:21:59] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:22:09] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:22:19] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:22:29] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:22:39] INFO [liquibase.ext] Waiting for changelog lock....
[2024-04-24 12:22:49] INFO [liquibase.ext] Waiting for changelog lock....
what it is waiting for change lock ?
Can someone confirm if Liquibase works with Astra Database and give me the steps ??