Advertisement
Guest User

Untitled

a guest
May 4th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. gshevkedov@gunesh-PC /cygdrive/d/musicautor/server/db
  2. $ mvn -Dflyway.outOfOrder=true flyway:migrate
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building Database Module 0.26.1
  7. [INFO] ------------------------------------------------------------------------
  8. Downloading: https://nexus.sirmaplatform.com/repository/maven-public/org/mockito/mockito-all/maven-metadata.xml
  9. Downloaded: https://nexus.sirmaplatform.com/repository/maven-public/org/mockito/mockito-all/maven-metadata.xml (2 KB at 2.8 KB/sec)
  10. [INFO]
  11. [INFO] --- flyway-maven-plugin:4.2.0:migrate (default-cli) @ db ---
  12. [INFO] Flyway 4.2.0 by Boxfuse
  13. [INFO] Database: jdbc:postgresql://localhost/musicautor (PostgreSQL 9.5)
  14. [INFO] Database: jdbc:postgresql://localhost/musicautor (PostgreSQL 9.5)
  15. [INFO] Successfully validated 39 migrations (execution time 00:00.212s)
  16. [INFO] Current version of schema "public": 2.937
  17. [WARNING] outOfOrder mode is active. Migration of schema "public" may not be reproducible.
  18. [INFO] Migrating schema "public" to version 2.930.2 - added info source type and distrib status [out of order]
  19. [ERROR] Migration of schema "public" to version 2.930.2 - added info source type and distrib status [out of order] failed! Changes successfully rolled back.
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] BUILD FAILURE
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Total time: 4.631 s
  24. [INFO] Finished at: 2018-05-04T13:37:01+03:00
  25. [INFO] Final Memory: 15M/310M
  26. [INFO] ------------------------------------------------------------------------
  27. [ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:4.2.0:migrate (default-cli) on project db: org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateSqlException:
  28. [ERROR] Migration V2.930.2__added_info_source_type_and_distrib_status.sql failed
  29. [ERROR] ------------------------------------------------------------------------
  30. [ERROR] SQL State : 42P01
  31. [ERROR] Error Code : 0
  32. [ERROR] Message : ERROR: relation "taxonomy_type" does not exist
  33. [ERROR] Location : D:/musicautor/server/db/src/main/resources/db/migration/V2.930.2__added_info_source_type_and_distrib_status.sql (D:\musicautor\server\db\src\main\resources\db\migration\V2.930.2__added_info_source_type_and_distrib_status.sql)
  34. [ERROR] Line : 74
  35. [ERROR] Statement : COPY taxonomy_type (type, description, read_only, autogenerate) FROM stdin;
  36. [ERROR] musicautor.author_share_info_source Източник на данни за дялове на автори/издатели t f
  37. [ERROR] -> [Help 1]
  38. [ERROR]
  39. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  43. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement