Hi guys, did anyone try out the install using a PSQL backed DB? Im facing this issue:
017-10-09 16:39:07,078 | DEBUG | main | RawSQLTask
| Executing sql 'CREATE AGGREGATE max(value BOOLEAN) (
SFUNC=boolor_statefunc,
STYPE=bool,
SORTOP='>'
);' |
2017-10-09 16:39:07,083 | WARN | main | SerialAggregateTask | Func_Proc.sql: Task failed due to uncaught exception |
org.postgresql.util.PSQLException: ERROR: syntax error at or near "BOOLEAN"
Position: 28
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2477)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2190)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:300)
...
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:428)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:354)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:301)
at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:287)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:264)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:260)
at com.vmware.upgrade.sql.task.RawSQLTask.call(RawSQLTask.java:125)
at com.vmware.upgrade.task.SerialAggregateTask.call(SerialAggregateTask.java:65)
at com.vmware.upgrade.task.AbstractDelegatingTask.doCall(AbstractDelegatingTask.java:144)
at com.vmware.upgrade.task.AbstractDelegatingTask.call(AbstractDelegatingTask.java:123)
at com.vmware.vcloud.upgrade.tasks.ViewRefreshTask.call(ViewRefreshTask.java:63)
... 20 more
2017-10-09 16:39:07,088 | DEBUG | main | LoggingProgressListener | database initialization and upgrade Received progress report: com.vmware.upgrade.progress.impl.ImmutableProgressReport@401f81b4 {state: FAILED, progress: 64%} |