corda / samples-java

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
74 stars 155 forks source link

Postgresql did not connected to corda 4.10 version #97

Open vishalkhot096 opened 1 year ago

vishalkhot096 commented 1 year ago

i am using corda 4.10 and trying to connect to postgresql driver verison 42.2.9 then it gives error like incompatible database schema version detected please run schema migration scripts reasion there are 112 outstanding database changes. i am also try with another version of postgresql 42.1.4 driver but still i am facing same issue.Please give any solution.

Prashant-Srivastava-84 commented 3 days ago

Which version of Corda are you using, open source or enterprise? In open source, can you try running java -jar corda.jar --allow-hibernate-to-manage-app-schema?