/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home/bin/java liquibase.integration.commandline.Main --driver org.postgresql.Driver --changeLogFile liquibase-change-log-1640602271783.xml --url jdbc:postgresql://localhost/notefall --username notefall --password lookslikeanotefall$ --contexts cuba --logLevel INFO update [2021-12-27 11:51:12] INFO [liquibase.integration] No Liquibase Pro license key supplied. Please set liquibaseProLicenseKey on command line or in liquibase.properties to use Liquibase Pro features. Liquibase Community 4.3.5 by Datical #################################################### ## _ _ _ _ ## ## | | (_) (_) | ## ## | | _ __ _ _ _ _| |__ __ _ ___ ___ ## ## | | | |/ _` | | | | | '_ \ / _` / __|/ _ \ ## ## | |___| | (_| | |_| | | |_) | (_| \__ \ __/ ## ## \_____/_|\__, |\__,_|_|_.__/ \__,_|___/\___| ## ## | | ## ## |_| ## ## ## ## Get documentation at docs.liquibase.com ## ## Get certified courses at learn.liquibase.com ## ## Free schema change activity reports at ## ## https://hub.liquibase.com ## ## ## #################################################### Starting Liquibase at 11:51:12 (version 4.3.5 #62 built at 2021-04-29 18:31+0000) [2021-12-27 11:51:12] INFO [liquibase.lockservice] Successfully acquired change log lock [2021-12-27 11:51:12] INFO [liquibase.changelog] Reading resource: com/company/notefall/liquibase/changelog/.DS_Store [2021-12-27 11:51:12] INFO [liquibase.changelog] Reading resource: com/company/notefall/liquibase/changelog/010-init-user.xml [2021-12-27 11:51:12] INFO [liquibase.changelog] Reading resource: com/company/notefall/liquibase/changelog/2021/12/27-010-50849d54.xml [2021-12-27 11:51:13] INFO [liquibase.changelog] Reading from public.databasechangelog [2021-12-27 11:51:13] INFO [liquibase.lockservice] Successfully released change log lock [2021-12-27 11:51:13] INFO [liquibase.lockservice] Successfully acquired change log lock Skipping auto-registration [2021-12-27 11:51:13] WARNING [liquibase.hub] Skipping auto-registration [2021-12-27 11:51:13] INFO [liquibase.lockservice] Successfully released change log lock Unexpected error running Liquibase: Migration failed for change set com/haulmont/cuba/liquibase/changelog/002-migrate-security.xml::10::migrator: Reason: liquibase.exception.DatabaseException: ERROR: relation "public.sec_user" does not exist [Failed SQL: (0) ALTER TABLE public.SEC_USER ADD USERNAME VARCHAR(255)] For more information, please use the --logLevel flag [2021-12-27 11:51:13] SEVERE [liquibase.integration] Unexpected error running Liquibase: Migration failed for change set com/haulmont/cuba/liquibase/changelog/002-migrate-security.xml::10::migrator: Reason: liquibase.exception.DatabaseException: ERROR: relation "public.sec_user" does not exist [Failed SQL: (0) ALTER TABLE public.SEC_USER ADD USERNAME VARCHAR(255)] liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for change set com/haulmont/cuba/liquibase/changelog/002-migrate-security.xml::10::migrator: Reason: liquibase.exception.DatabaseException: ERROR: relation "public.sec_user" does not exist [Failed SQL: (0) ALTER TABLE public.SEC_USER ADD USERNAME VARCHAR(255)] at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:124) at liquibase.Liquibase.lambda$null$0(Liquibase.java:272) at liquibase.Scope.lambda$child$0(Scope.java:160) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:159) at liquibase.Scope.child(Scope.java:138) at liquibase.Scope.child(Scope.java:222) at liquibase.Liquibase.lambda$update$1(Liquibase.java:271) at liquibase.Scope.lambda$child$0(Scope.java:160) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:159) at liquibase.Scope.child(Scope.java:138) at liquibase.Liquibase.runInScope(Liquibase.java:2369) at liquibase.Liquibase.update(Liquibase.java:217) at liquibase.Liquibase.update(Liquibase.java:203) at liquibase.integration.commandline.Main.doMigration(Main.java:1802) at liquibase.integration.commandline.Main$1.lambda$run$0(Main.java:367) at liquibase.Scope.lambda$child$0(Scope.java:160) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:159) at liquibase.Scope.child(Scope.java:138) at liquibase.integration.commandline.Main$1.run(Main.java:366) at liquibase.integration.commandline.Main$1.run(Main.java:196) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:145) at liquibase.integration.commandline.Main.run(Main.java:196) at liquibase.integration.commandline.Main.main(Main.java:158) Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set com/haulmont/cuba/liquibase/changelog/002-migrate-security.xml::10::migrator: Reason: liquibase.exception.DatabaseException: ERROR: relation "public.sec_user" does not exist [Failed SQL: (0) ALTER TABLE public.SEC_USER ADD USERNAME VARCHAR(255)] at liquibase.changelog.ChangeSet.execute(ChangeSet.java:672) at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:49) at liquibase.changelog.ChangeLogIterator$2.lambda$null$0(ChangeLogIterator.java:111) at liquibase.Scope.lambda$child$0(Scope.java:160) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:159) at liquibase.Scope.child(Scope.java:138) at liquibase.changelog.ChangeLogIterator$2.lambda$run$1(ChangeLogIterator.java:110) at liquibase.Scope.lambda$child$0(Scope.java:160) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:159) at liquibase.Scope.child(Scope.java:138) at liquibase.Scope.child(Scope.java:222) at liquibase.changelog.ChangeLogIterator$2.run(ChangeLogIterator.java:94) at liquibase.Scope.lambda$child$0(Scope.java:160) at liquibase.Scope.child(Scope.java:169) at liquibase.Scope.child(Scope.java:159) at liquibase.Scope.child(Scope.java:138) at liquibase.Scope.child(Scope.java:222) at liquibase.Scope.child(Scope.java:226) at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:66) ... 26 more Caused by: liquibase.exception.DatabaseException: ERROR: relation "public.sec_user" does not exist [Failed SQL: (0) ALTER TABLE public.SEC_USER ADD USERNAME VARCHAR(255)] at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:393) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:82) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:150) at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1278) at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1260) at liquibase.changelog.ChangeSet.execute(ChangeSet.java:637) ... 46 more Caused by: org.postgresql.util.PSQLException: ERROR: relation "public.sec_user" does not exist at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2565) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2297) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:322) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:481) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:401) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:322) at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:308) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:284) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:279) at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:389) ... 51 more