Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting the full stack error #1401

Closed
zvika77 opened this issue Aug 10, 2016 · 0 comments
Closed

Not getting the full stack error #1401

zvika77 opened this issue Aug 10, 2016 · 0 comments
Labels
Milestone

Comments

@zvika77
Copy link

zvika77 commented Aug 10, 2016

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""

@zvika77 zvika77 closed this as completed Aug 11, 2016
@zvika77 zvika77 reopened this Aug 11, 2016
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue Feb 7, 2017
@axelfontaine axelfontaine added this to the Flyway 4.1 milestone Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants