Questions tagged as 'liquibase'

1
answer

How to implement and execute liquibase?

How do I implant liquibase? and run it? I have projects in java and I use the oracle database. This tool has the possibility to generate from the version file of the bank state, can generate in .SQL ?? Can you use this file to go back to a...
asked by 08.09.2014 / 16:26
0
answers

liquibase: diff always generates indexes

I am using spring-boot with the liquibase-maven-plugin plugin to generate database changes according to my classes, but the "mvn compile liquibase: diff" command always generates removals and inclusions of indexes and foreign keys even that the...
asked by 01.09.2017 / 13:27
0
answers

Relationship error between tables when implementing audit with Hibernate Envers

I'm inserting auditing into my application using Hibernate Envers , but I'm encountering the following error when I use Postgres . Error:    Caused by: liquibase.exception.MigrationFailedException: Migration   failed for change...
asked by 18.04.2018 / 19:14
1
answer

Bug Spring boot - Liquibase

18-04-15 23: 10: 21,452 INFO 9464 --- [restartedMain] o.apache.catalina.core.StandardService: Stopping service [Tomcat] 2018-04-15 23: 10: 21,470 INFO 9464 --- [restartedMain] ConditionEvaluationReportLoggingListener: Error starting Applicati...
asked by 16.04.2018 / 04:11
1
answer

Liquibase always executing changesets

Hello, I have a problem running Liquibase with Maven + Spring Boot. The following occurs: I have two schemas, schema1 and schema2. In the project, I have 3 native SQL scripts: first create the two schema, then create the tables and third popu...
asked by 19.02.2018 / 02:38
1
answer

How to transform sql scripts into liquibase xml?

Hello, I have all the base scripts in postgreSQL and I wanted to transform into Liquibase xml to use on my server. Is it possible or do I have to manually convert scripts?     
asked by 06.11.2018 / 02:04