cassandra-migration
cassandra-migration copied to clipboard
Apache Cassandra / DataStax Enterprise database migration (schema evolution) library
Does the tool support repeatable migrations with filenames 'R__desc.cql' like in Flyway ? Thanks
I didn't find any info about parallel migrations in the docs. Does the current implementation support running migration-scripts (from multiple app instances) at the same time? Is there any protection...
## Summary Helps with feature: https://github.com/hhandoko/cassandra-migration/issues/82 Adds support for custom migration resolvers. It seems that the support is planned based on the commented fields in the configuration interface. Anyway, this...
Is there a plan to add Cassandra-driver-core 4.x compatibility?
## Outcome Desired *Enable SLF4J configuration via xml file for uber-jar* ## Steps to Reproduce *Run standalone migrations by invoking the uber-jar and notice SLF4J warning* ... Cassandra Migration 0.11...
## Outcome Desired Make it possible to configure the `RetryPolicy` - see http://docs.datastax.com/en/drivers/java/2.1/com/datastax/driver/core/Cluster.Builder.html#withRetryPolicy-com.datastax.driver.core.policies.RetryPolicy- ## Definition of Done It is possible to specify a `RetryPolicy` that will be used for the...
FEATURE / ENHANCEMENT ## Outcome Desired Remove the requirement that the keyspace must exist prior to running migrations. This could be accomplished by storing the `cassandra_migration_version` table in a separate...
## Outcome Desired Ability to extend and implement how migrations are discovered. ## Definition of Done * Can implement and supply custom migrations * Classpath scanning detects local classes ##...
## Expected Behaviour When no local hosts are available, remote hosts are used. ## Actual Behaviour When no local hosts are available, remote hosts are not used. ## Suggested fix...
## Outcome Desired Please add support for jboss/wildfly files that use the vfs file protocol. Flyway already has this: org.flywaydb.core.internal.util.scanner.classpath.jboss.JBossVFSv3ClassPathLocationScanner ## Definition of Done The migration will support vfs protocol...