You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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:
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: