Not getting the full stack error #1401
Closed
Labels
Milestone
Comments
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Feb 7, 2017
pradheeps
pushed a commit
to pradheeps/flyway
that referenced
this issue
Mar 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting error but not the full error so cannot understand what is the issue
What version of Flyway are you using?
flyway-4.0.3
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Command-line
What database are you using (type & version)?
Vertica Analytic Database v7.2.3-0
What operating system are you using?
docker CentOS release 6.8
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
I have a file creating create schema command + create tables and projections .
it failes on the create schema because of permission but I had to check it inside vertica and flyway only told me :
"Database: jdbc:vertica://localhost:/insight (Vertica Database 7.2)
Successfully validated 1 migration (execution time 00:00.133s)
Creating schema "stage" ...
ERROR: Unable to create schema "stage""
What did you expect to see?
the full sql error :
"Permission denied for database [insight]"
What did you see instead?
Creating schema "stage" ...
ERROR: Unable to create schema "stage""
The text was updated successfully, but these errors were encountered: