Skip to content

Commit

Permalink
Looks like we need to fix how we snapshot for AWS Keyspaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
r2-lf committed Mar 9, 2021
1 parent da0cf74 commit c46dd43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions liquibase.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
changeLogFile: changelog.xml
url: jdbc:cassandra://localhost:9042/betterbotz;DefaultKeyspace=betterbotz
#username: cassandra
#password: cassandra
url: jdbc:cassandra://cassandra.us-east-1.amazonaws.com:9142/betterbotz;DefaultKeyspace=betterbotz;SSLMode=1;AuthMech=1;UID=r2-at-117910474521;PWD=q/qWqeSbuiIus0Sq7KbyNRJvKN4KCIuAAE2RjZUzIy0=;SSLTruststorePath=cassandra_truststore.jks;SSLTrustStorePwd=password;LogLevel=6;TunableConsistency=6
username: r2-at-117910474521
password: q/qWqeSbuiIus0Sq7KbyNRJvKN4KCIuAAE2RjZUzIy0=
driver: com.simba.cassandra.jdbc42.Driver
defaultSchemaName: betterbotz
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import liquibase.pro.packaged.is;
import liquibase.sql.Sql;
import liquibase.sqlgenerator.SqlGeneratorFactory;
import liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator;
import liquibase.statement.core.LockDatabaseChangeLogStatement;
import liquibase.statement.core.RawSqlStatement;
import liquibase.statement.core.UnlockDatabaseChangeLogStatement;
Expand Down

0 comments on commit c46dd43

Please sign in to comment.