Hello ,
I’m encountering an issue while using Liquibase with Amazon Redshift. During execution, I receive the following exception:
liquibase.exception.CommandExecutionException: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: com.amazon.redshift.util.RedshiftException: ERROR: current transaction is aborted, commands ignored until end of transaction block
I used the jdbc redshift jar and liquibase-redshift extension jar, but nothing worked out for me.
What is the solution for this.
Thanks