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
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.
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?
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.