Spring Boot app cannot run DDL commands on AWS Postgres 12.5 instance

0

Application is working well on my laptop. However, when switching connecting AWS RDS (PostGres 12.5) instance getting error : org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "

Normally I would expect this would run without issues on an empty database as long as the user all permissions.

Edited by: MadhuA on Mar 7, 2021 3:19 AM

Edited by: MadhuA on Mar 7, 2021 3:22 AM

MadhuA
已提问 3 年前198 查看次数
1 回答
0

The issue was not having the default schema already created.

MadhuA
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则