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
asked 3 years ago194 views
1 Answer
0

The issue was not having the default schema already created.

MadhuA
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions