Code referencing com/amazon/redshift/core/jdbc42/PGJDBC42DriverImpl at runtime
HelloI am using liquibase to connect to Redshift to manipulate my DDL. I am using the following Pom dependencies: <dependency> <groupId>com.amazon.redshift</groupId>...
View ArticleUse Liquibase, hsqldb and postgre
Hello,I am new to liquibase and started to learn it. I set my postgre database and connected it to liquibase.driver: org.postgresql.Driverclasspath: ./lib/postgresql-9.2-1002-jdbc4.jarurl:...
View ArticlePhoenix/Hbase Extension
Hello Everyone,I developed a extension to do schema management for Phoenix/HBase. It is available at https://liquibase.jira.com/wiki/spaces/CONTRIB/pages/119734276/Phoenix+HBase+Extension. Please try...
View ArticleRe : Logging Changes
Hi Sorry for corrupting logging thread but I think It has something to do with this change.As with 3.6.0-SNAPSHOT I'm trying to run migration pulling changelogs from war file... something like...
View ArticleLiquibase java 8 LocalTime, LocalDate, LocalDateTime support
Hi, I use liquibase on many project, but we need to used java 8 date/time object. When i use liquibase to create Diff with database and java all java 8 date type is create with BYTEA in liquibase...
View ArticleRe : data Difference between two schemas in Liquibase
team, help/tips to acheive my above stmt will be much appreciable.
View ArticleRe : Not loading SnakeYAML?
Hi, I am facing the same issue. I tried creating lib dir but still not working.I am using liquibase 3.5.3.
View ArticleChangelogDatabase table exists?
Hi Team,I am exploring Liquibase for my learning for database automation deployment. I am stuck with an issue, can you please assist me on it.1. I have manually created the changelogdatabase table and...
View ArticleRe : ChangelogDatabase table exists?
Hi Sangwan,you do not need (and probably should not) create the liquibase tables on your own. Liquibase will do that for you on it's first run, where something needs to be logged. Anyways one common...
View ArticleRe : ChangelogDatabase table exists?
Thank you Daniel for the response.I have some following questions:1. I have define custom name for change log table in POM.XML (assume in properties file case as well). It works successfully, but when...
View ArticleRe : ChangelogDatabase table exists?
Hi Sangwan,was mentioned in my first answer, without a copy of the error you get, maybe more information about the database system you actually use and a copy of your configuration there's not much...
View ArticleSpool command in DDL is not working
spool C:\Users\ddl.logcreate table Temp(A Number);/spool offAbove is my file ,when i try to run this file via liquibase, it provides the below errorMigration failed to changeset, invalid stamtement for...
View ArticleRe : Liquibase vs SQLPLUS for SPOOL output.
Are you able to solve this problem? If then, please share me the steps
View ArticleRe : Liquibase vs SQLPLUS for SPOOL output.
When using Liquibase keep in mind, that it is executing all sql commands directly via JDBC. So all non JDBC conform command will throw a error.I know many DBMS have command line tools with special...
View ArticleJava 9 Support
Currently liquibase fails to work on java 9 due to incorrect parsing of the version number, there is are some pull request to try to fix this https://github.com/liquibase/liquibase/pull/710We have...
View ArticleError in url: jdbc:postgresql://localhost:5432 liquibase
I am new to liquibase and unable to follow the docs and expected behaviour .I want to setup the liquibase for local database named liquibase. Here i dont know hich commands are to be executed first and...
View Articlehow can I run a set of changeSet in transaction
HiI need to run a set of changeSet in transaction, how can I do it ?Or maybe a way to "--changeLogFile update" in transaction.I know that each changeSet has a transaction, but I need only one...
View ArticleFuture of Liquibase?
Hello Nathan,First of all, thank you so much for all the hard work you've done on Liquibase over the years! I've been using it for about 6 years now, and it's enabled a lot productivity gains on many...
View Article