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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南