Most voted "liquibase" questions
None
Learn more…7 questions
Sort by count of
-
2
votes1
answer819
viewsHow to deploy and run liquibase?
How do I deploy liquibase? and run it? I have java projects and use oracle database. This tool has the possibility to generate from the version file of the state of the database, you can generate in…
-
1
votes0
answers31
viewsliquibase: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 command "mvn Compile liquibase:diff" always generates removals and…
-
0
votes1
answer231
viewsLiquibase always running 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 scripts in native SQL: first create the…
-
0
votes1
answer217
viewsSpring boot error - 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]…
-
0
votes1
answer34
viewsLock problem on the base + Springboot
Good morning, I created a Spring Boot application and through the properties I enabled the file base to check if it is necessary to upgrade the database structure. The problem is that the first step…
-
0
votes0
answers7
viewsRight parenthesis error on the base line
I am running a database database. the use of liquibase is mandatory. What I always do, is run the local queries and after everything ok, mount the base with the query inside the changeSet down…
-
-1
votes1
answer54
viewsHow to transform sql scripts into xml liquibase?
Hello, I have all the base scripts in postgresql and wanted to transform into xml liquibase to use on my server. It is possible or I will have to manually convert the scripts?